Skip to content

Commit 2ac2a31

Browse files
committed
Updated dependencies
1 parent 8b67a25 commit 2ac2a31

File tree

2 files changed

+194
-177
lines changed

2 files changed

+194
-177
lines changed

.github/workflows/static.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
34+
with:
35+
ref: ${{ steps.ref.outputs.ref }}
3436
- name: Setup Pages
3537
uses: actions/configure-pages@v3
3638
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
39+
uses: actions/upload-pages-artifact@v3
3840
with:
3941
# Upload entire repository
4042
path: './dist'
4143
- name: Deploy to GitHub Pages
4244
id: deployment
43-
uses: actions/deploy-pages@v2
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)