Skip to content

Commit dc1c096

Browse files
build(deps): update actions/setup-python action to v6
1 parent bb26aa1 commit dc1c096

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
23+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2424
with:
2525
python-version-file: ".python-version"
2626

template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
18+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1919
with:
2020
# one of these two
2121
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)