Skip to content

Commit 52bd5c6

Browse files
dependabot[bot]phracek
authored andcommitted
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4c2bdf commit 52bd5c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
ref: "refs/pull/${{ github.event.issue.number }}/head"
2727

.github/workflows/differential-shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Repository checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/sanity-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "PR_NR=${PR_URL##*/}" >> $GITHUB_OUTPUT
2222
2323
- name: Checkout repo
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
ref: "refs/pull/${{ steps.pr_nr.outputs.PR_NR }}/head"
2727

0 commit comments

Comments
 (0)