Skip to content

Commit ee6544f

Browse files
chore(deps): pin actions/checkout action to 34e1148
1 parent 021d62c commit ee6544f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
contents: write
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2929
with:
3030
ref: ${{ github.head_ref || github.ref_name }}
3131
- name: Regenerate docs

0 commit comments

Comments
 (0)