From 6b34399a651fb802a5e9a98fa907d2e87a1be486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:05:07 +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/gitlab.yml | 2 +- .github/workflows/gitlab_runner.yml | 2 +- .github/workflows/haproxy.yml | 2 +- .github/workflows/keepalived.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/netplan.yml | 2 +- .github/workflows/redis.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/reuse-compliance.yml | 2 +- .github/workflows/ssh_keys.yml | 2 +- .github/workflows/unattended_upgrades.yml | 2 +- .github/workflows/zammad.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 0bd2c130..58783217 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -52,7 +52,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/gitlab_runner.yml b/.github/workflows/gitlab_runner.yml index 26b8fbf5..72489144 100644 --- a/.github/workflows/gitlab_runner.yml +++ b/.github/workflows/gitlab_runner.yml @@ -52,7 +52,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/haproxy.yml b/.github/workflows/haproxy.yml index 40481462..d688dd68 100644 --- a/.github/workflows/haproxy.yml +++ b/.github/workflows/haproxy.yml @@ -49,7 +49,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/keepalived.yml b/.github/workflows/keepalived.yml index 91150853..d04e583d 100644 --- a/.github/workflows/keepalived.yml +++ b/.github/workflows/keepalived.yml @@ -47,7 +47,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8d113e9e..cb7856f5 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -23,7 +23,7 @@ jobs: pull-requests: "write" steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - uses: "actions/labeler@v6.0.1" with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 96b2ccfe..165268dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: runs-on: "ubuntu-24.04" steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - name: "Lint code." uses: "ansible/ansible-lint@v25.11.0" diff --git a/.github/workflows/netplan.yml b/.github/workflows/netplan.yml index 23398365..8c9d98ef 100644 --- a/.github/workflows/netplan.yml +++ b/.github/workflows/netplan.yml @@ -47,7 +47,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index 51609c8e..8a6ddc7c 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -50,7 +50,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 090a1d71..7dc4ef7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: runs-on: "ubuntu-24.04" steps: - name: "checkout" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - name: "Deploy the collection" uses: "artis3n/ansible_galaxy_collection@v2.11.0" diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml index 1970a0c8..223a5f2e 100644 --- a/.github/workflows/reuse-compliance.yml +++ b/.github/workflows/reuse-compliance.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-24.04" steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - name: "REUSE lint" uses: "fsfe/reuse-action@v6.0.0" diff --git a/.github/workflows/ssh_keys.yml b/.github/workflows/ssh_keys.yml index 5120d70c..21e3f846 100644 --- a/.github/workflows/ssh_keys.yml +++ b/.github/workflows/ssh_keys.yml @@ -51,7 +51,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/unattended_upgrades.yml b/.github/workflows/unattended_upgrades.yml index bd500bda..75d9c76c 100644 --- a/.github/workflows/unattended_upgrades.yml +++ b/.github/workflows/unattended_upgrades.yml @@ -49,7 +49,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/zammad.yml b/.github/workflows/zammad.yml index 0916f984..4b3bb530 100644 --- a/.github/workflows/zammad.yml +++ b/.github/workflows/zammad.yml @@ -47,7 +47,7 @@ jobs: steps: - name: "Check out the codebase." - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" with: path: "./ansible_collections/hifis/toolkit"