Skip to content

Commit 63938d0

Browse files
chore(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a57010 commit 63938d0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-node@v6
4747
with:
4848
node-version: ${{ env.NODE_VERSION }}
49-
- uses: actions/setup-python@v6
49+
- uses: actions/setup-python@v7
5050
with:
5151
python-version: "3.12"
5252
- uses: dtolnay/rust-toolchain@stable
@@ -170,7 +170,7 @@ jobs:
170170

171171
# ── Python + venv ──────────────────────────────────────────
172172
- name: Setup Python
173-
uses: actions/setup-python@v6
173+
uses: actions/setup-python@v7
174174
with:
175175
python-version: ${{ env.PYTHON_VERSION }}
176176

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Set up Python
48-
uses: actions/setup-python@v6
48+
uses: actions/setup-python@v7
4949
with:
5050
python-version: '3.11'
5151
cache: pip

.github/workflows/perf-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 30
3737
steps:
3838
- uses: actions/checkout@v6
39-
- uses: actions/setup-python@v6
39+
- uses: actions/setup-python@v7
4040
with:
4141
python-version: "3.12"
4242

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
key: cargo-release-${{ matrix.os }}-${{ hashFiles('src-tauri/Cargo.lock') }}
148148
restore-keys: cargo-release-${{ matrix.os }}-
149149

150-
- uses: actions/setup-python@v6
150+
- uses: actions/setup-python@v7
151151
if: matrix.platform != 'darwin'
152152
with:
153153
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)