Skip to content

Commit 879204a

Browse files
committed
ci: update deploy workflow actions
1 parent 79bd399 commit 879204a

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
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout your repository using git
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919
- name: Install, build, and upload your site
20-
uses: withastro/action@v1
20+
uses: withastro/action@v6
2121
with:
2222
package-manager: pnpm@latest
2323

@@ -30,4 +30,4 @@ jobs:
3030
steps:
3131
- name: Deploy to GitHub Pages
3232
id: deployment
33-
uses: actions/deploy-pages@v1
33+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)