diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-07-22 21:48:43 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 21:48:43 +1000 |
| commit | ffb1315a71227e33b650b2a59c50485a9619baba (patch) | |
| tree | 91e9122e88e8710acea8521e5494b521c98d2943 | |
| parent | 3ba84ec13c0b89df6bf5e251e333af8aa318238c (diff) | |
| parent | 4edbcb953d16c0756a5a997f7e576987b24a8553 (diff) | |
| download | rest.vyos-ffb1315a71227e33b650b2a59c50485a9619baba.tar.gz rest.vyos-ffb1315a71227e33b650b2a59c50485a9619baba.zip | |
Bump actions/setup-python from 6 to 7
| -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 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 }} |
