Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit b90e850

Browse files
Update deploy.yml
1 parent cb9f4c7 commit b90e850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v2
@@ -53,4 +53,4 @@ jobs:
5353

5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v1
56+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)