diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-25 08:44:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 08:44:50 +0200 |
| commit | 0909dbc9efb2c6e93e2ad51e60e66417ab291710 (patch) | |
| tree | d26e3dfd2c9d13d7ee1f58e531284ef9917dafca /.github/workflows/data-update.yml | |
| parent | b4e94417b77e93fb83fc2e579639852e2ad7190d (diff) | |
[upd] github-actions: Bump actions/setup-python from 6.3.0 to 7.0.0 (#6444)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/data-update.yml')
| -rw-r--r-- | .github/workflows/data-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 03e3e6ed5..58e807e7a 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: "${{ env.PYTHON_VERSION }}" |
