Skip to content

Commit 9a06eda

Browse files
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](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6039f0 commit 9a06eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azure-analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.repository != 'Azure/PSRule.Rules.Azure-quickstart'
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
# Run analysis by using the PSRule GitHub action.
3636
- name: Run PSRule analysis

.github/workflows/ms-analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: github.repository == 'Azure/PSRule.Rules.Azure-quickstart'
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
- name: Run PSRule analysis
3434
uses: microsoft/ps-rule@v2.9.0

0 commit comments

Comments
 (0)