diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 0bd2c13..5878321 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 26b8fbf..7248914 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 4048146..d688dd6 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 9115085..d04e583 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 8d113e9..cb7856f 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 96b2ccf..165268d 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 2339836..8c9d98e 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 51609c8..8a6ddc7 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 090a1d7..7dc4ef7 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 1970a0c..223a5f2 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 5120d70..21e3f84 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 bd500bd..75d9c76 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 0916f98..4b3bb53 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"