Skip to content

Commit 05313a1

Browse files
fix(ci): correct checkout SHA pin to actual v4 tag (11d5960)
1 parent 61997cb commit 05313a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
21+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
2222
with:
2323
persist-credentials: false
2424
- name: Setup Pages

0 commit comments

Comments
 (0)