Skip to content

Commit 8d6365a

Browse files
authored
Merge pull request #3747 from kcp-dev/dependabot/github_actions/all-github-actions-2507bcfa80
🌱 Bump actions/checkout from 6.0.0 to 6.0.1 in the all-github-actions group
2 parents 08fb9eb + 8f4e5f1 commit 8d6365a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-gen-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Generate and push
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6.0.0
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
3131

3232
- run: git fetch origin gh-pages
3333
- run: git fetch origin '+refs/tags/v*:refs/tags/v*' --no-tags

.github/workflows/goreleaser.yml

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

4141
- name: Checkout
42-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # tag=v6.0.0
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
4343
with:
4444
fetch-depth: 0
4545

0 commit comments

Comments
 (0)