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 f882000 + e4222ef commit 4497079Copy full SHA for 4497079
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-python@v5.4.0
+ - uses: actions/setup-python@v5.5.0
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Run image
.github/workflows/testing.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5.4.0
+ uses: actions/setup-python@v5.5.0
- name: Install poetry
0 commit comments