From 9637dfaee1c06b83d1f92936e82909ca9e6666ba Mon Sep 17 00:00:00 2001 From: Martin Hauser Date: Tue, 1 Oct 2024 19:43:05 +0200 Subject: [PATCH] chore(workflows): Update NetBox versions in CI Updating NetBox versions in the CI workflow ensures compatibility and uses the latest stable releases. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e9a35b..badf182 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11", "3.12"] - netbox-version: ["v4.0.0", "master"] + netbox-version: ["v4.0.10", "v4.0.11"] services: redis: image: redis