Skip to content

Commit

Permalink
Use the latest action runner and checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Oct 16, 2024
1 parent f647c24 commit 5c83f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04 # Work around https://github.com/w3c/spec-prod/issues/189
runs-on: ubuntu-latest
name: Build, Validate and Deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
Expand Down

0 comments on commit 5c83f14

Please sign in to comment.