summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-08-03 06:08:07 +1000
committerGitHub <noreply@github.com>2026-08-03 06:08:07 +1000
commit9be67a5c1983e6f792bf969241351817085db079 (patch)
treecd361e98c35ace78d22db470718809401c0926c1
parent837d986c6024bc9882d1511603d17a2bd1c7ad34 (diff)
parentdec3537721776b7caca47fed5d7e335e3e6d80d6 (diff)
downloadvyos.vyos-9be67a5c1983e6f792bf969241351817085db079.tar.gz
vyos.vyos-9be67a5c1983e6f792bf969241351817085db079.zip
Merge branch 'main' into test/lldp-interfaces-unit-tests
-rw-r--r--.github/workflows/codecoverage.yml2
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 }}