Skip to content

Commit b422e7d

Browse files
authored
update pages.yml
1 parent e35f82c commit b422e7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- name: Switch branch
4242
run: |
4343
git fetch origin master
4444
git checkout master
4545
4646
- name: Setup Pages
47-
uses: actions/configure-pages@v2
47+
uses: actions/configure-pages@v5
4848
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v1
49+
uses: actions/upload-pages-artifact@v3
5050
with:
5151
# Upload entire repository
5252
path: './src/'
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v1
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)