diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-08-03 06:08:35 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-03 06:08:35 +1000 |
| commit | d84355da07a1499f2cfa0ca9b7a9aaa1131e55a5 (patch) | |
| tree | e4fcf99eada28c625f0adfa7e3c35efcb8d0c95b | |
| parent | 64e70ff4cb736e6c259ca6ba96eaaca642dd8476 (diff) | |
| parent | dec3537721776b7caca47fed5d7e335e3e6d80d6 (diff) | |
| download | vyos.vyos-d84355da07a1499f2cfa0ca9b7a9aaa1131e55a5.tar.gz vyos.vyos-d84355da07a1499f2cfa0ca9b7a9aaa1131e55a5.zip | |
Merge branch 'main' into test/l3-interfaces-unit-tests
| -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 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 }} |
