Skip to content

Commit 0355cf0

Browse files
committed
Bump actions withastro/action to v6 and actions/deploy-pages to v5
1 parent 0505f8f commit 0355cf0

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Install, build, and upload site
26-
uses: withastro/action@v5
26+
uses: withastro/action@v6
2727
#with:
2828
# path: .
2929

@@ -38,5 +38,5 @@ jobs:
3838
steps:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v4
41+
uses: actions/deploy-pages@v5
4242

0 commit comments

Comments
 (0)