Skip to content

Commit 8971a2c

Browse files
authored
Merge pull request #3528 from kcp-dev/dependabot/github_actions/all-github-actions-ee1c097272
🌱 Bump actions/checkout from 4.2.2 to 5.0.0 in the all-github-actions group
2 parents aeb3c4c + 76b1fbc commit 8971a2c

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@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)