Skip to content

Commit f43e738

Browse files
committed
Update versions of all actions
1 parent 81b9907 commit f43e738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Astro
21-
uses: withastro/action@v0
21+
uses: withastro/action@v4
2222
deploy:
2323
needs: build
2424
runs-on: ubuntu-latest
@@ -28,4 +28,4 @@ jobs:
2828
steps:
2929
- name: Deploy to GitHub Pages
3030
id: deployment
31-
uses: actions/deploy-pages@v1
31+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)