From f5a4a766a61133ce55bd4637254a839028ba2806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:04:25 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/feature-test.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7c8d35d..03c26c1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: language: ["python"] steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: diff --git a/.github/workflows/feature-test.yml b/.github/workflows/feature-test.yml index 257ec45..2bfa470 100644 --- a/.github/workflows/feature-test.yml +++ b/.github/workflows/feature-test.yml @@ -14,7 +14,7 @@ jobs: steps: - id: git-checkout name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - id: code-update name: Change test target to feature branch of Netbox run: | diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 626b58f..beff68a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,7 +11,7 @@ jobs: steps: - id: git-checkout name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper # list of changed files within `super-linter` diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b09cc9..68e701c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - id: git-checkout name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: "3.12" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07f5d76..760d412 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: steps: - id: git-checkout name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - id: test-script-1 name: Test the initializers (First run) env: