Skip to content

Commit 799354d

Browse files
Bump actions/checkout from 5.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43826a6 commit 799354d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
steps:
16-
- uses: actions/checkout@v5.0.0
16+
- uses: actions/checkout@v6.0.1
1717
with:
1818
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1919

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
validate-build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5.0.0
21+
- uses: actions/checkout@v6.0.1
2222
with:
2323
fetch-depth: 0
2424

@@ -127,7 +127,7 @@ jobs:
127127
validate-content:
128128
runs-on: ubuntu-latest
129129
steps:
130-
- uses: actions/checkout@v5.0.0
130+
- uses: actions/checkout@v6.0.1
131131
with:
132132
fetch-depth: 0
133133

@@ -187,7 +187,7 @@ jobs:
187187
validate-images:
188188
runs-on: ubuntu-latest
189189
steps:
190-
- uses: actions/checkout@v5.0.0
190+
- uses: actions/checkout@v6.0.1
191191

192192
- name: Check Image References
193193
run: |

0 commit comments

Comments
 (0)