Skip to content

Commit b606706

Browse files
authored
Merge pull request #44 from irockel/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 5c8efaa + c2dc3e6 commit b606706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2828
- name: Setup Pages
2929
uses: actions/configure-pages@v4
3030
- name: Upload artifact

0 commit comments

Comments
 (0)