diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-08-03 06:08:07 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-03 06:08:07 +1000 |
| commit | 9be67a5c1983e6f792bf969241351817085db079 (patch) | |
| tree | cd361e98c35ace78d22db470718809401c0926c1 /.github | |
| parent | 837d986c6024bc9882d1511603d17a2bd1c7ad34 (diff) | |
| parent | dec3537721776b7caca47fed5d7e335e3e6d80d6 (diff) | |
| download | vyos.vyos-9be67a5c1983e6f792bf969241351817085db079.tar.gz vyos.vyos-9be67a5c1983e6f792bf969241351817085db079.zip | |
Merge branch 'main' into test/lldp-interfaces-unit-tests
Diffstat (limited to '.github')
| -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 }} |
