diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 2f4d806e..0bd2c130 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/gitlab_runner.yml b/.github/workflows/gitlab_runner.yml index b336cf46..26b8fbf5 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/haproxy.yml b/.github/workflows/haproxy.yml index 7504132d..40481462 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/keepalived.yml b/.github/workflows/keepalived.yml index e3a2d32c..91150853 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fd58754d..bf7c35fd 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@v4" + uses: "actions/checkout@v5" - uses: "actions/labeler@v5.0.0" with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1dab3959..2d7f2815 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@v4" + uses: "actions/checkout@v5" - name: "Lint code." uses: "ansible/ansible-lint@v25.7.0" diff --git a/.github/workflows/netplan.yml b/.github/workflows/netplan.yml index 9674e8e2..23398365 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index afe7d5df..51609c8e 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f2f6aeb..090a1d71 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@v4" + uses: "actions/checkout@v5" - 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 60c89426..7749485d 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@v4" + uses: "actions/checkout@v5" - name: "REUSE lint" uses: "fsfe/reuse-action@v5.0.0" diff --git a/.github/workflows/ssh_keys.yml b/.github/workflows/ssh_keys.yml index e5addc20..5120d70c 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/unattended_upgrades.yml b/.github/workflows/unattended_upgrades.yml index d27c3ae2..bd500bda 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit" diff --git a/.github/workflows/zammad.yml b/.github/workflows/zammad.yml index f0566429..0916f984 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@v4" + uses: "actions/checkout@v5" with: path: "./ansible_collections/hifis/toolkit"