We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ad1b3 + 5e8ea07 commit 4561e18Copy full SHA for 4561e18
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v5
18
- - uses: actions/setup-python@v5.6.0
+ - uses: actions/setup-python@v6.1.0
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Run image
.github/workflows/testing.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5.6.0
+ uses: actions/setup-python@v6.1.0
- name: Install poetry
0 commit comments