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 44c410d + 3a08019 commit 836c8e1Copy full SHA for 836c8e1
.github/workflows/qa.yml
@@ -6,7 +6,7 @@ jobs:
6
- name: 'Install Poetry'
7
run: 'pipx install poetry'
8
- name: 'Set up Python ${{ matrix.python-version }}'
9
- uses: 'actions/setup-python@v5'
+ uses: 'actions/setup-python@v6'
10
with:
11
cache: 'poetry'
12
python-version: '${{ matrix.python-version }}'
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
13
14
0 commit comments