Skip to content

Commit be41106

Browse files
committed
grrh
1 parent 8c25f3b commit be41106

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v6
2626

2727
- name: Install
2828
run: |
@@ -32,11 +32,11 @@ jobs:
3232
- name: Setup Pages
3333
uses: actions/configure-pages@v3
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
# Upload entire repository
3838
path: 'dist'
3939

4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v2
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)