Skip to content

Commit ffc1fe2

Browse files
committed
fixup! Updated dependencies
1 parent b8ee8f0 commit ffc1fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
with:
4848
ref: ${{ steps.ref.outputs.ref }}
4949

@@ -56,4 +56,4 @@ jobs:
5656
path: './dist'
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)