Skip to content

Commit ffe4eea

Browse files
committed
ci: fix missing version number for actions/checkout
1 parent 45b4e62 commit ffe4eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghpages-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out GH Pages branch
11-
uses: actions/checkout
11+
uses: actions/checkout@v4
1212
with:
1313
# replace `fetch-depth` with `shallow-since` if and when actions/checkout#619 (or an equivalent) gets merged
1414
fetch-depth: 0

0 commit comments

Comments
 (0)