Skip to content

Commit 520673a

Browse files
authored
update actions version (#3516)
1 parent 282850d commit 520673a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
ref: docs
1616
- name: Create symlinks for the latest doc version
@@ -62,7 +62,7 @@ jobs:
6262
touch .nojekyll
6363
fi
6464
- name: Upload Artifact
65-
uses: actions/upload-pages-artifact@v2
65+
uses: actions/upload-pages-artifact@v3
6666
with:
6767
path: '.'
6868

@@ -78,7 +78,7 @@ jobs:
7878
needs: build
7979
steps:
8080
- name: Deploy
81-
uses: actions/deploy-pages@v2
81+
uses: actions/deploy-pages@v4
8282

8383
cleanup:
8484
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)