Skip to content

Commit acf67cb

Browse files
Merge pull request #51 from AndrewLeedham/fix/github-actions
Fix: Update deprecated GitHub Actions versions
2 parents dfd768d + 2ff8f5b commit acf67cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Eleventy
1+
name: Build Astro
22

33
on:
44
push:
@@ -14,10 +14,10 @@ jobs:
1414
node-version: [20.x]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323

0 commit comments

Comments
 (0)