We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cd217 commit ddb6b65Copy full SHA for ddb6b65
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout your repository using git
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Install, build, and upload your site output
21
uses: withastro/action@v0
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Checkout
13
14
- name: Install Node.js
uses: actions/setup-node@v3
0 commit comments