We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bd399 commit 879204aCopy full SHA for 879204a
1 file changed
.github/workflows/deploy.yml
@@ -15,9 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout your repository using git
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
19
- name: Install, build, and upload your site
20
- uses: withastro/action@v1
+ uses: withastro/action@v6
21
with:
22
package-manager: pnpm@latest
23
@@ -30,4 +30,4 @@ jobs:
30
31
- name: Deploy to GitHub Pages
32
id: deployment
33
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments