Skip to content

Commit ba99088

Browse files
chore(deps): update actions/checkout action to v6
1 parent 7849a42 commit ba99088

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
3232

3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3535
with:
3636
fetch-depth: 0
3737

@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
109109
with:
110110
fetch-depth: 0
111111

@@ -152,7 +152,7 @@ jobs:
152152
url: ${{ steps.deployment.outputs.page_url }}
153153
steps:
154154
- name: Checkout Helm index
155-
uses: actions/checkout@v4
155+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
156156
with:
157157
path: helm-index
158158
ref: refs/heads/helm-index

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
2525

2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2828
with:
2929
token: ${{ steps.app-token.outputs.token }}
3030
fetch-depth: 0

0 commit comments

Comments
 (0)