summaryrefslogtreecommitdiff
path: root/.github/workflows/codecoverage.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-20 12:48:35 +0100
committerGitHub <noreply@github.com>2025-10-20 12:48:35 +0100
commiteb2bb1c77fc5c1bfd82049afb67400d706724660 (patch)
tree7af86de4a932e799494a939cc2b2e389422f7645 /.github/workflows/codecoverage.yml
parent85867a9c2ce34a02cabd3a7cf5d83a0b7c9c71b8 (diff)
downloadvyos.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/codecoverage.yml')
-rw-r--r--.github/workflows/codecoverage.yml2
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 }}