Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Update the Ubuntu image to its latest LTS release.
- Update the `actions/checkout` action to its latest stable release.
  • Loading branch information
VoltrexKeyva committed Oct 2, 2023
1 parent 77654c9 commit 468e854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-validate-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
main:
name: Build, Validate, and Publish
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 468e854

Please sign in to comment.