Skip to content

Commit 344e410

Browse files
authored
Update build (#83)
Update python version for bikeshed and use pipx, which fixes build errors resulting from using an older version of bikeshed.
1 parent 613f819 commit 344e410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.8'
18-
- run: pip install bikeshed
17+
python-version: '3.11'
18+
- run: pipx install bikeshed
1919
- run: bikeshed update
2020
- name: Build
2121
run: make

0 commit comments

Comments
 (0)