Skip to content

Commit 769f906

Browse files
chore(deps): update actions/checkout action to v6 (#911)
Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 131e5e9 commit 769f906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 📥
13-
uses: actions/checkout@v5.0.1
13+
uses: actions/checkout@v6.0.0
1414
with:
1515
token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
1616
fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments

.github/workflows/renovate_check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 📥
11-
uses: actions/checkout@v5.0.1
11+
uses: actions/checkout@v6.0.0
1212
with:
1313
token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
1414
fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments

0 commit comments

Comments
 (0)