diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-02 21:19:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 21:19:00 +0000 |
commit | de7a0113b5d506bc0a44e286a9edc6d457238980 (patch) | |
tree | 1499190584aa67bb42fc2b6d10b51a43221d9399 | |
parent | 2eea25f69aac471c631c4f0fd2f1b0a54136315d (diff) | |
download | vyos.vyos-de7a0113b5d506bc0a44e286a9edc6d457238980.tar.gz vyos.vyos-de7a0113b5d506bc0a44e286a9edc6d457238980.zip |
Bump actions/setup-python from 4 to 5 (#377)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gaige B Paulsen <gaige@cluetrust.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 97adfb8..49c5131 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 }} |