Skip to content

Commit 5cba98f

Browse files
author
Alexander Pann
authored
Merge pull request #25 from mbeddr/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents d7d4161 + 8050785 commit 5cba98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
9+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1010
with:
1111
fetch-depth: 0
1212
ssh-key: ${{ secrets.KEY }}

0 commit comments

Comments
 (0)