Skip to content

Commit 3435541

Browse files
committed
Merge branch 'main' of github.com:rustnl/rustnl2025
2 parents a2fe838 + 3e5c4b8 commit 3435541

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout your repository using git
1818
uses: actions/checkout@v4
1919
- name: Install, build, and upload your site output
20-
uses: withastro/action@v1
20+
uses: withastro/action@v2
2121
deploy:
2222
needs: build
2323
runs-on: ubuntu-latest
@@ -27,4 +27,4 @@ jobs:
2727
steps:
2828
- name: Deploy to GitHub Pages
2929
id: deployment
30-
uses: actions/deploy-pages@v3
30+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)