Skip to content

Commit 3cfc11f

Browse files
chore(deps): update actions/setup-python action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e568be commit 3cfc11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Set up Python
160160
if: github.event_name == 'pull_request' || github.event_name == 'push'
161-
uses: actions/setup-python@v5
161+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
162162
with:
163163
python-version: "3.x"
164164
check-latest: true

0 commit comments

Comments
 (0)