Skip to content

Commit 8625fe6

Browse files
chore(deps): update actions/checkout action to v5 (#1491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6160e15 commit 8625fe6

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
packages: write
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/nightly-upgrade-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fi
5252
echo "SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE=${SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE}" >> $GITHUB_OUTPUT
5353
54-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 # default branch will be checked out by default on scheduled workflows
54+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 # default branch will be checked out by default on scheduled workflows
5555
if: ${{ steps.upgrade-path-checker.outputs.SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE != 'true' }}
5656
with:
5757
fetch-depth: 0

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CONTAINER_TOOL: podman
2626
steps:
27-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
with:
2929
ref: ${{ matrix.branch }}
3030
fetch-depth: 0

.github/workflows/pr-bundle-diff-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pull-requests: write
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4040
with:
4141
fetch-depth: 0
4242
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/pr-container-build.yaml

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

4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
49+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5050
with:
5151
fetch-depth: 0
5252
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: authorize
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232
with:
3333
fetch-depth: 0
3434
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/renovate-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
name: Renovate Config Validator
1515
steps:
16-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
- name: Validate config
1818
# See https://docs.renovatebot.com/config-validation/
1919
run: |

.github/workflows/scripts-checks.yaml

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

2525
steps:
2626
- name: Repository checkout
27-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
with:
2929
# Differential ShellCheck requires full git history
3030
fetch-depth: 0

0 commit comments

Comments
 (0)