Skip to content

Commit 6b3b328

Browse files
Bump GitHub actions to their latest versions (#119)
Co-authored-by: Andreas Deininger <adeininger@urbanonline.de>
1 parent d4ceeaf commit 6b3b328

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v5
2525
with:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Use Node.js
13-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v6
1414
with:
15-
node-version: '20'
15+
node-version: '24'
1616
cache: 'npm'
1717
- name: Install root dependencies
1818
run: npm ci

0 commit comments

Comments
 (0)