From 2b73eb18dcf862a563c3b8ebe80ef40c4fd53b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:18:22 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/expectations.yml | 2 +- .github/workflows/publish.site.yml | 2 +- .github/workflows/rules.github.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 13ac9c2..809ba8d 100644 --- a/.github/workflows/expectations.yml +++ b/.github/workflows/expectations.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Comment on Community PRs uses: MicrosoftDocs/PowerShell-Docs/.github/actions/commenting/expectations/v1@main diff --git a/.github/workflows/publish.site.yml b/.github/workflows/publish.site.yml index 966a597..065df83 100644 --- a/.github/workflows/publish.site.yml +++ b/.github/workflows/publish.site.yml @@ -21,7 +21,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Pages diff --git a/.github/workflows/rules.github.yaml b/.github/workflows/rules.github.yaml index 0b42872..a033536 100644 --- a/.github/workflows/rules.github.yaml +++ b/.github/workflows/rules.github.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Analyze repository uses: microsoft/ps-rule@v2.9.0 with: @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run PSRule analysis uses: microsoft/ps-rule@v2.9.0 with: