diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-27 19:37:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 19:37:58 +0000 |
commit | 5e12a15b2ed6dfa4cc598153b00d240bf64d6fa2 (patch) | |
tree | 99e89f6d4f38a08735fb506915c7d4033b1908fe | |
parent | f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6 (diff) | |
download | vyos.vyos-5e12a15b2ed6dfa4cc598153b00d240bf64d6fa2.tar.gz vyos.vyos-5e12a15b2ed6dfa4cc598153b00d240bf64d6fa2.zip |
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 97adfb8a..49c51310 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@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.python_version }} |