Skip to content

Commit 53bc126

Browse files
Update actions/checkout action to v4
Update actions/checkout from 2 to 4 Change-type: patch
1 parent d346a30 commit 53bc126

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2020

2121
- name: Setup node
2222
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2

0 commit comments

Comments
 (0)