Skip to content

Commit 701ce4f

Browse files
committed
Update actions versions
1 parent 0b566e8 commit 701ce4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: Install mdbook
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
./generate-book.py
2222
- name: Upload Artifact
23-
uses: actions/upload-pages-artifact@v1.0.8
23+
uses: actions/upload-pages-artifact@v3.0.1
2424
with:
2525
path: ./book
2626

@@ -38,4 +38,4 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- id: deployment
41-
uses: actions/deploy-pages@v2.0.0
41+
uses: actions/deploy-pages@v4.0.4

0 commit comments

Comments
 (0)