summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-20 23:35:13 +0000
committerGitHub <noreply@github.com>2026-07-20 23:35:13 +0000
commit4edbcb953d16c0756a5a997f7e576987b24a8553 (patch)
tree91e9122e88e8710acea8521e5494b521c98d2943
parent3ba84ec13c0b89df6bf5e251e333af8aa318238c (diff)
downloadrest.vyos-4edbcb953d16c0756a5a997f7e576987b24a8553.tar.gz
rest.vyos-4edbcb953d16c0756a5a997f7e576987b24a8553.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>
-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 ee71e17..5f8945d 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 }}