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.
1 parent adf833c commit adff1e2Copy full SHA for adff1e2
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
id-token: write
14
steps:
15
- uses: actions/checkout@v4.3.0
16
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
17
with:
18
python-version: '3.12'
19
- uses: snok/install-poetry@v1.4.1
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
python-version: ${{ matrix.python-version }}
- name: Install dependencies
0 commit comments