Skip to content

Commit a2d679f

Browse files
authored
Merge pull request #18 from rooseveltframework/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 2bcc2a9 + 40ddabf commit a2d679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
node-version: [20.x, 22.x, 24.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Use Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v4
1414
with:

0 commit comments

Comments
 (0)