Skip to content

Commit a0a7479

Browse files
authored
Bump version of Ubuntu and actions (#353)
Bikeshed now requires Python 3.9+, which requires running jobs using a more recent version of Ubuntu.
1 parent 886800d commit a0a7479

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/auto-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ on:
1919

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

28-
# See doc at https://github.com/actions/setup-python/#setup-python-v2
28+
# See doc at https://github.com/actions/setup-python/
2929
- name: Setup Python
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: 3.9
3333

0 commit comments

Comments
 (0)