Skip to content

Commit 61f90a4

Browse files
committed
Updating github actions
1 parent e6421a0 commit 61f90a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
url: ${{ steps.deployment.outputs.page_url }}
2323
steps:
2424
- name: Checkout your repository using git
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- uses: voidzero-dev/setup-vp@v1
2727
with:
2828
node-version: "24"
@@ -33,9 +33,9 @@ jobs:
3333
env:
3434
GITHUB_PAGES: "true"
3535

36-
- uses: actions/upload-pages-artifact@v3
36+
- uses: actions/upload-pages-artifact@v5
3737
with:
3838
path: dist
3939

4040
- id: deployment
41-
uses: actions/deploy-pages@v4
41+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)