Skip to content

Commit 943be69

Browse files
authored
Update github pages action to v4 (#146)
* Update pages.yml
1 parent cfb2639 commit 943be69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Setup Pages
34-
uses: actions/configure-pages@v2
34+
uses: actions/configure-pages@v4
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
# Upload entire repository
3939
path: 'doc'
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v1
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)