Skip to content

Commit 296c3dd

Browse files
Merge pull request #1096 from ChristianMurphy/renovate/actions-checkout-5.x
chore: update actions/checkout action to v5
2 parents 239b8d0 + 5d82f5a commit 296c3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 22
2323
runs-on: ${{ matrix.platform }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- uses: actions/setup-node@v5
2727
with:
2828
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)