Skip to content

Commit 8d78110

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v4
24+
uses: actions/checkout@v5
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@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/pr-metadata.yml

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

1515
steps:
1616
- name: Repository checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- id: Metadata
2020
name: Gather Pull Request Metadata

.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@v4
24+
uses: actions/checkout@v5
2525
with:
2626
ref: "refs/pull/${{ steps.pr_nr.outputs.PR_NR }}/head"
2727

0 commit comments

Comments
 (0)