Skip to content

Commit b0d1afa

Browse files
committed
fix: update actions to deploy site
1 parent d5836b4 commit b0d1afa

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
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout your repository using git
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Install, build, and upload your site
23-
uses: withastro/action@v0
23+
uses: withastro/action@v3
2424

2525
deploy:
2626
needs: build
@@ -31,4 +31,4 @@ jobs:
3131
steps:
3232
- name: Deploy to GitHub Pages
3333
id: deployment
34-
uses: actions/deploy-pages@v1
34+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)