Skip to content

Commit 30983eb

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] <[email protected]>
1 parent 77b3f8a commit 30983eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install SiraDoc
2222
run: npm install --global @siradoc/siradoc
@@ -25,7 +25,7 @@ jobs:
2525
run: siradoc docs build
2626

2727
- name: Clone branch gh-pages
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
path: 'gh-pages'
3131
ref: gh-pages

0 commit comments

Comments
 (0)