Skip to content

Commit 7c0d597

Browse files
authored
chore: Update auto-publish.yml: Use actions/checkout@v4
1 parent be6feef commit 7c0d597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate and Publish
1313
runs-on: ubuntu-latest # only linux supported at present
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- uses: w3c/spec-prod@v2
1717
with:
1818
TOOLCHAIN: respec

0 commit comments

Comments
 (0)