Skip to content

Commit e5149ae

Browse files
Update actions/checkout action to v6
1 parent 5f663ec commit e5149ae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
commit_hash: ${{ steps.commit_changes.outputs.commit_hash }}
2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Install Node
2929
uses: actions/setup-node@v5
@@ -61,7 +61,7 @@ jobs:
6161
contents: write
6262
steps:
6363
- name: Checkout Repository
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
6767
ref: ${{ needs.update_hugo_npm_dependencies.outputs.commit_hash }}

.github/workflows/readme-scribe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- uses: muesli/readme-scribe@v0.1
1818
env:

.github/workflows/renovate-hugo-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
steps:
1313
- name: Checkout Pull Request HEAD Commit
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717

0 commit comments

Comments
 (0)