We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c5594f + 33ebe44 commit cf20402Copy full SHA for cf20402
1 file changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout your repository using git
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
- name: Install, build, and upload your site
24
uses: withastro/action@v5
25
with:
0 commit comments