We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfd768d + 2ff8f5b commit acf67cbCopy full SHA for acf67cb
1 file changed
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Build Eleventy
+name: Build Astro
2
3
on:
4
push:
@@ -14,10 +14,10 @@ jobs:
14
node-version: [20.x]
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
0 commit comments