Skip to content

Commit f7a6a07

Browse files
authored
Merge pull request #141 from amtrack/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents ad5359a + 263c279 commit f7a6a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
default:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version-file: .node-version

0 commit comments

Comments
 (0)