Skip to content

Commit 333a3f7

Browse files
committed
Fix typo
1 parent bb554a6 commit 333a3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true'
9090
steps:
91-
- uses: actions/checkout@v4A
91+
- uses: actions/checkout@v4
9292
with:
9393
submodules: recursive
9494
fetch-depth: 0

0 commit comments

Comments
 (0)