Skip to content

Commit ffdd6aa

Browse files
chore(deps): bump actions/setup-python from 5.6.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...5fda3b9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bbffde commit ffdd6aa

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Check out the candidate
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Set up Python
30-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
30+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3131
with:
3232
python-version: "3.14"
3333
- name: Install the pinned uv frontend
@@ -67,7 +67,7 @@ jobs:
6767
- name: Check out the candidate
6868
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6969
- name: Set up Python
70-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
70+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373
- name: Install the pinned uv frontend
@@ -85,7 +85,7 @@ jobs:
8585
- name: Check out the candidate
8686
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8787
- name: Set up Python
88-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
88+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
8989
with:
9090
python-version: "3.10"
9191
- name: Install the pinned uv frontend
@@ -106,7 +106,7 @@ jobs:
106106
- name: Check out the candidate
107107
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
108108
- name: Set up Python
109-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
109+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
110110
with:
111111
python-version: "3.14"
112112
- name: Install the pinned uv frontend
@@ -127,7 +127,7 @@ jobs:
127127
- name: Check out the candidate
128128
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129129
- name: Set up Python
130-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
130+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
131131
with:
132132
python-version: "3.14"
133133
- name: Install the pinned uv frontend
@@ -163,7 +163,7 @@ jobs:
163163
- name: Check out the candidate
164164
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165165
- name: Set up Python
166-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
166+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
167167
with:
168168
python-version: "3.14"
169169
- name: Install the pinned uv frontend

.github/workflows/live-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ github.event.repository.default_branch }}
3939
persist-credentials: false
4040
- name: Set up Python
41-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
41+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4242
with:
4343
python-version: "3.14"
4444
- name: Install the pinned uv frontend

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
RELEASE_TAG: ${{ github.event.release.tag_name }}
4141
run: bash scripts/verify_release_trust.sh
4242
- name: Set up Python
43-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
43+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4444
with:
4545
python-version: "3.14"
4646
- name: Install the pinned uv frontend
@@ -115,7 +115,7 @@ jobs:
115115
RELEASE_COMMIT: ${{ needs.build.outputs.release-commit }}
116116
run: test "$(git rev-parse HEAD)" = "$RELEASE_COMMIT"
117117
- name: Set up Python
118-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
118+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
119119
with:
120120
python-version: "3.14"
121121
- name: Install the pinned uv frontend
@@ -179,7 +179,7 @@ jobs:
179179
- name: Require retained pre-publication digest evidence
180180
run: test -f release-bundle/artifact-sha256.txt
181181
- name: Set up Python
182-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
182+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
183183
with:
184184
python-version: "3.14"
185185
- name: Install the pinned provenance verifier

0 commit comments

Comments
 (0)