Skip to content

Commit ffc2a3f

Browse files
chore(ci)(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' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e713f7 commit ffc2a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aggregate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
# ══════════════════════════════════════════════════════════════════════
209209
- name: 🐍 Setup Python
210210
if: steps.gate.outputs.should_run == 'true'
211-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
211+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
212212
with:
213213
python-version: "3.12"
214214
cache: pip

0 commit comments

Comments
 (0)