Skip to content

Commit ef3b6f5

Browse files
ci(github-action)!: Update actions/checkout action ( v5 → v6 )
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v5 | v6 |
1 parent 0b2f168 commit ef3b6f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/charts-publish-oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
actions: write
2222
runs-on: ubuntu-24.04
2323
steps:
24-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/publish-image.yaml

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

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3636
with:
3737
fetch-depth: 0
3838

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
owner: "${{ github.repository_owner }}"
5353

5454
- name: Checkout
55-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5656
with:
5757
token: "${{ steps.app-token.outputs.token }}"
5858

0 commit comments

Comments
 (0)