Skip to content

Commit ee96818

Browse files
committed
update action versions
1 parent 94aa096 commit ee96818

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Setup Pages
5656
if: github.ref == 'refs/heads/master'
57-
uses: actions/configure-pages@v3
57+
uses: actions/configure-pages@v5
5858

5959
- name: Upload artifact
6060
if: github.ref == 'refs/heads/master'
@@ -72,4 +72,4 @@ jobs:
7272
steps:
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v2
75+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)