Skip to content

Commit f3d65c5

Browse files
authored
Bump version of Ubuntu used in job (#45)
Needed to get Python >=3.9 that Bikeshed now requires.
1 parent 7274f11 commit f3d65c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ on:
1717

1818
jobs:
1919
main:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
# See doc at https://github.com/actions/checkout#checkout-v2
2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

2626
# See doc at https://github.com/w3c/spec-prod/#spec-prod
2727
# The action only deploys the generated spec to the gh-pages branch when

0 commit comments

Comments
 (0)