Skip to content

Commit 5c3acc1

Browse files
Update actions/checkout action to v4
Update actions/checkout from 2 to 4 Change-type: patch
1 parent 03bca0d commit 5c3acc1

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@v2
19+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020

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

0 commit comments

Comments
 (0)