Skip to content

Commit 40258be

Browse files
committed
1 parent d80479d commit 40258be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: 'website'
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Set up Node.js
2424
uses: actions/setup-node@v3
2525
with:
@@ -29,11 +29,11 @@ jobs:
2929
- name: Build
3030
run: yarn build
3131
- name: Setup Pages
32-
uses: actions/configure-pages@v1
32+
uses: actions/configure-pages@v4
3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v1
34+
uses: actions/upload-pages-artifact@v3
3535
with:
3636
path: website/build/phpseclib.github.io
3737
- name: Deploy to GitHub Pages
3838
id: deployment
39-
uses: actions/deploy-pages@v1
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)