Skip to content

Commit

Permalink
Update generate.yml
Browse files Browse the repository at this point in the history
- update runs-on to ubuntu-22.04
- update to actions/checkout@v4
  • Loading branch information
yoshisatoyanagisawa authored Jan 22, 2025
1 parent 9dbcd10 commit 7c0ec93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
main:
name: Build, Validate and Deploy Locally
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit 7c0ec93

Please # to comment.