Skip to content

Commit 6a8b3fa

Browse files
authored
Merge pull request #36 from jcs090218/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 28aea74 + 30983eb commit 6a8b3fa

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)