Skip to content

Commit

Permalink
Upgrade imported GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Dec 12, 2023
1 parent 3ca2396 commit 94cb7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-20.04 # only linux supported at present
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2 # use the action
with:
TOOLCHAIN: respec
Expand Down

0 comments on commit 94cb7ff

Please sign in to comment.