Skip to content

Commit 2327d14

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfcb461 commit 2327d14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/techdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build: ${{ steps.paths-filter.outputs.build }}
4343
publish: ${{ github.ref == 'refs/heads/main' }}
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3
4747
id: paths-filter
4848
with:
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
XDG_CACHE_HOME: ${{ github.workspace }}/.cache
8989
steps:
90-
- uses: actions/checkout@v5
90+
- uses: actions/checkout@v6
9191
with:
9292
fetch-depth: 0
9393
- name: Validate

0 commit comments

Comments
 (0)