Skip to content

Commit

Permalink
upgrade GH action checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Feb 7, 2024
1 parent 3a72215 commit 732ce41
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 732ce41

Please sign in to comment.