Skip to content

Commit 968009f

Browse files
Update actions/checkout action to v4
Update actions/checkout from 2 to 4 Change-type: patch
1 parent 0d341d8 commit 968009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out
19-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
2121
persist-credentials: false
2222

0 commit comments

Comments
 (0)