Skip to content

Commit 4aefbfa

Browse files
authored
chore(ci): upgrade all dependencies for latest actions core and actions support (#133)
Signed-off-by: Jan Larwig <jan@larwig.com>
1 parent e7ba986 commit 4aefbfa

File tree

5 files changed

+28304
-16153
lines changed

5 files changed

+28304
-16153
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
13-
- name: Use Node 22
14-
uses: actions/setup-node@v4
12+
- uses: actions/checkout@v6
13+
- name: Use Node 24
14+
uses: actions/setup-node@v6
1515
with:
16-
node-version: 22
16+
node-version: 24
1717
- run: npm ci
1818
- run: npm run format:check
1919
- run: npm run build

0 commit comments

Comments
 (0)