Skip to content

Commit 4f8b0b4

Browse files
authored
Merge pull request #63 from springmeyer/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents b569d90 + 2e7bce3 commit 4f8b0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node: [16, 18]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
2020
- name: Use Node.js ${{ matrix.node }}
2121
uses: actions/setup-node@v6
2222
with:

0 commit comments

Comments
 (0)