summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-20 19:03:20 +0000
committerGitHub <noreply@github.com>2026-07-20 19:03:20 +0000
commit6ea1c1f062618fec3f031c3817c004c80e445e6f (patch)
tree1995f13b6a5f7d9e5e200a2ffc82a9397c5aff90 /.github
parent17041b6f6953b993762854a67953fb35176b46e7 (diff)
downloadvyos.vyos-6ea1c1f062618fec3f031c3817c004c80e445e6f.tar.gz
vyos.vyos-6ea1c1f062618fec3f031c3817c004c80e445e6f.zip
Bump actions/setup-python from 6 to 7dependabot/github_actions/actions/setup-python-7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- 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>
Diffstat (limited to '.github')
-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 ee71e179..5f8945d8 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@v6
+ uses: actions/setup-python@v7
with:
python-version: ${{ env.python_version }}