From 9a06edaa89e36ce4b51fe5732a29c8a8ab8eb1fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 15:46:07 +1000 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#42) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/azure-analyze.yaml | 2 +- .github/workflows/ms-analyze.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-analyze.yaml b/.github/workflows/azure-analyze.yaml index 911be26..ccccc77 100644 --- a/.github/workflows/azure-analyze.yaml +++ b/.github/workflows/azure-analyze.yaml @@ -30,7 +30,7 @@ jobs: if: github.repository != 'Azure/PSRule.Rules.Azure-quickstart' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run analysis by using the PSRule GitHub action. - name: Run PSRule analysis diff --git a/.github/workflows/ms-analyze.yaml b/.github/workflows/ms-analyze.yaml index 252e605..e188eae 100644 --- a/.github/workflows/ms-analyze.yaml +++ b/.github/workflows/ms-analyze.yaml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'Azure/PSRule.Rules.Azure-quickstart' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run PSRule analysis uses: microsoft/ps-rule@v2.9.0