chore(deps): bump actions/checkout from 5 to 6 (#662)

This commit is contained in:
dependabot[bot]
2025-12-01 09:29:56 +08:00
committed by GitHub
parent f771f6acb3
commit d1c016269a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Generate hugo-fixit component list
uses: hugo-fixit/action-component-list@v1
env:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # Fetch all history for generating release notes