Skip to content

Commit

Permalink
Merge pull request #492 from w3c/checkout-action-4
Browse files Browse the repository at this point in the history
upgrade GH action checkout to v4
  • Loading branch information
deniak authored Feb 7, 2024
2 parents 3a72215 + 732ce41 commit e870ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/viss2-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Publish VISS 2 Core
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: spec/VISSv2_Core.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/viss2-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Publish VISS 2 Transport
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: spec/VISSv2_Transport.html
Expand Down

0 comments on commit e870ef4

Please sign in to comment.