Skip to content

Commit 7d2561a

Browse files
authored
[MERGE] pull request #2 from Asperguide/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents d2f72e6 + 8b1c25d commit 7d2561a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
3636
- name: Upload artifact

0 commit comments

Comments
 (0)