Skip to content

Commit d0aaedc

Browse files
authored
Merge pull request #25 from secretlint/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 4b6fe1a + 4d6be9b commit d0aaedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:

0 commit comments

Comments
 (0)