Skip to content

Commit 836c8e1

Browse files
Merge 3a08019 into 44c410d
2 parents 44c410d + 3a08019 commit 836c8e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- name: 'Install Poetry'
77
run: 'pipx install poetry'
88
- name: 'Set up Python ${{ matrix.python-version }}'
9-
uses: 'actions/setup-python@v5'
9+
uses: 'actions/setup-python@v6'
1010
with:
1111
cache: 'poetry'
1212
python-version: '${{ matrix.python-version }}'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: 'Install Poetry'
99
run: 'pipx install poetry'
1010
- name: 'Set up Python ${{ matrix.python-version }}'
11-
uses: 'actions/setup-python@v5'
11+
uses: 'actions/setup-python@v6'
1212
with:
1313
cache: 'poetry'
1414
python-version: '${{ matrix.python-version }}'

0 commit comments

Comments
 (0)