Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 8be9ce6

Browse files
committed
Use v4 of setup-python
1 parent 2e9fb55 commit 8be9ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: set up python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v3
14+
- name: set up python
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: |
1818
3.9

0 commit comments

Comments
 (0)