We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274f11 commit f3d65c5Copy full SHA for f3d65c5
1 file changed
.github/workflows/auto-publish.yml
@@ -17,11 +17,11 @@ on:
17
18
jobs:
19
main:
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
21
steps:
22
# See doc at https://github.com/actions/checkout#checkout-v2
23
- name: Checkout repository
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
25
26
# See doc at https://github.com/w3c/spec-prod/#spec-prod
27
# The action only deploys the generated spec to the gh-pages branch when
0 commit comments