Skip to content

Commit 29dbd22

Browse files
Update actions/setup-python action to v7
1 parent 5c27e77 commit 29dbd22

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/setup-cli/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
- name: Set up Python
14-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
14+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1515
with:
1616
python-version: '3.13'
1717

.github/workflows/ci-pipx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- uses: ./.github/actions/configure-git
26-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
26+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2727
with:
2828
python-version: ${{ inputs.python-version }}
2929

.github/workflows/ci-uv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
persist-credentials: false
25-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
25+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2626
with:
2727
python-version: ${{ inputs.python-version }}
2828
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
persist-credentials: false
4646
- uses: ./.github/actions/configure-git
47-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
47+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
4848
with:
4949
python-version: ${{ inputs.python-version }}
5050
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
persist-credentials: false
6868
- uses: ./.github/actions/configure-git
69-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
69+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7070
with:
7171
python-version: ${{ inputs.python-version }}
7272
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2

0 commit comments

Comments
 (0)