Skip to content

Commit fa3fc59

Browse files
authored
Move CI actions off deprecated Node 20 runtimes (#6)
Updates checkout and setup-node to their current Node 24 action runtimes and adds Dependabot monitoring for future GitHub Actions updates.
1 parent 57b6187 commit fa3fc59

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ updates:
55
schedule:
66
interval: monthly
77
open-pull-requests-limit: 5
8+
- package-ecosystem: github-actions
9+
directory: /
10+
schedule:
11+
interval: monthly
12+
open-pull-requests-limit: 3

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
run:
1616
working-directory: v2
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-node@v4
18+
- uses: actions/checkout@v7
19+
- uses: actions/setup-node@v7
2020
with:
2121
node-version: 22
2222
cache: npm

0 commit comments

Comments
 (0)