Skip to content

Commit da1db61

Browse files
ci(github-action)!: Update action actions/checkout (v4.3.1 ➔ v7.0.0)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.3.1 | v7.0.0 |
1 parent 85e9c47 commit da1db61

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages: write
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/publish-image-init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4343
with:
4444
fetch-depth: 0
4545

.github/workflows/publish-image-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4242
with:
4343
fetch-depth: 0
4444

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
manifest-file: .github/.release-please-manifest.json
2525

2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
if: ${{ steps.release.outputs.release_created }} || ${{ steps.release.outputs.releases_created }}
2929
with:
3030
fetch-depth: 0

0 commit comments

Comments
 (0)