diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-28 09:18:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-28 09:18:54 +0200 |
| commit | a9d49a33496eb5b79f612571490fd5f977d1dd0d (patch) | |
| tree | 915b3e18577d0bef35044bc3d6df63fe2898accb /.github/workflows/documentation.yml | |
| parent | f8ffbf36f9039ecb232dcfab5263b02b36fed9f5 (diff) | |
[upd] github-actions: Bump actions/setup-python from 6.2.0 to 6.3.0 (#6315)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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/documentation.yml')
| -rw-r--r-- | .github/workflows/documentation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0e08ae2a4..72a0612ef 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Setup Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: "${{ env.PYTHON_VERSION }}" |
