Skip to content

Commit 0049365

Browse files
renovate[bot]julianwiedmann
authored andcommitted
Update actions/checkout action to v5.0.1
Signed-off-by: renovate[bot] <[email protected]>
1 parent c198139 commit 0049365

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/buildx-stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: cilium/cilium/.github/actions/disk-cleanup@main
4545

4646
- name: Checkout
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4848
with:
4949
ref: ${{ github.event.pull_request.head.ref }}
5050

.github/workflows/buildx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
sha: ${{ steps.push.outputs.sha }}
284284
steps:
285285
- name: checkout
286-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
286+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
287287
with:
288288
ref: ${{ github.event.pull_request.head.ref }}
289289
- name: download all artifacts
@@ -368,7 +368,7 @@ jobs:
368368
[ $success -eq 1 ] || exit 42
369369
370370
- name: checkout
371-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
371+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
372372
with:
373373
ref: ${{ needs.commit-changes.outputs.sha }}
374374

.github/workflows/renovate-config-validator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout configuration
13-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414

1515
# this step uses latest renovate slim release
1616
- name: Validate configuration

.github/workflows/tag-images-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
- name: Getting image tag
1919
id: tag
2020
run: |

.github/workflows/update-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
GH_TOKEN: ${{ steps.app-token.outputs.token }}
2525
- name: checkout
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
- run: |
2828
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
2929
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)