Skip to content

Commit a28746e

Browse files
authored
Update workflow actions versions
1 parent 464c571 commit a28746e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Setup Pages
33-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v5
3434

3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v2
36+
uses: actions/upload-pages-artifact@v3
3737

3838
with:
3939
# Upload entire repository
4040
path: 'site'
4141

4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@v2
44+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)