From 355d5e197a5d597eac9a3775cb0bd9eb72bbb9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:49:33 +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/CI-PR.yml | 2 +- .github/workflows/CI.yml | 4 ++-- .github/workflows/Release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI-PR.yml b/.github/workflows/CI-PR.yml index 6f73e0d..5cc360e 100644 --- a/.github/workflows/CI-PR.yml +++ b/.github/workflows/CI-PR.yml @@ -25,7 +25,7 @@ jobs: shell: powershell steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Pester Tests for PR uses: zyborg/pester-tests-report@v1 with: diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 290925e..00dbfc2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: run: | "BARE_REPOSITORY=$($env:GITHUB_REPOSITORY.split("/")[1])" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Pester Tests uses: natescherer/pester-tests-report@master with: @@ -63,7 +63,7 @@ jobs: run: | "LOWERCASE_REPOSITORY=$($env:GITHUB_REPOSITORY.ToLower())" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install GitVersion diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index b6bcf70..0bd8385 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -13,7 +13,7 @@ jobs: shell: pwsh steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set Variables