diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-20 12:48:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 12:48:35 +0100 |
| commit | eb2bb1c77fc5c1bfd82049afb67400d706724660 (patch) | |
| tree | 7af86de4a932e799494a939cc2b2e389422f7645 /.github/workflows | |
| parent | 85867a9c2ce34a02cabd3a7cf5d83a0b7c9c71b8 (diff) | |
| download | vyos.vyos-eb2bb1c77fc5c1bfd82049afb67400d706724660.tar.gz vyos.vyos-eb2bb1c77fc5c1bfd82049afb67400d706724660.zip | |
Bump actions/setup-python from 5 to 6 (#434)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
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>
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Co-authored-by: Gaige B Paulsen <gaige@cluetrust.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codecoverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 49c51310..878ae247 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: "0" - name: Set up Python ${{ env.python_version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.python_version }} |
