Skip to content

Commit 7c0ec93

Browse files
Update generate.yml
- update runs-on to ubuntu-22.04 - update to actions/checkout@v4
1 parent 9dbcd10 commit 7c0ec93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
main:
99
name: Build, Validate and Deploy Locally
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: w3c/spec-prod@v2
1414
with:
1515
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)