We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56aa152 commit 5515893Copy full SHA for 5515893
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: "actions/checkout@v4"
18
- - uses: "actions/setup-python@v4"
+ - uses: "actions/setup-python@v5"
19
with:
20
python-version: "3.8"
21
- name: "Install dependencies"
.github/workflows/test-suite.yml
@@ -17,7 +17,7 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
22
python-version: "${{ matrix.python-version }}"
23
0 commit comments