Skip to content

Commit b7123d8

Browse files
Update actions/checkout action to v5
1 parent f5bdcc9 commit b7123d8

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1010
with:
1111
fetch-depth: 0
1212
ssh-key: ${{ secrets.KEY }}

0 commit comments

Comments
 (0)