From ad8ea2bee9930a141fdeadfcf373b57bb0ba9470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:55:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ansible-lint.yml | 2 +- .github/workflows/auto-tag-creation.yml | 2 +- .github/workflows/docker-multiarch-build.yml | 2 +- .github/workflows/docsible.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 4fc4459..b2e03d1 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Get repo name id: repo_name diff --git a/.github/workflows/auto-tag-creation.yml b/.github/workflows/auto-tag-creation.yml index db18b08..158e325 100644 --- a/.github/workflows/auto-tag-creation.yml +++ b/.github/workflows/auto-tag-creation.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 # important to get all tags diff --git a/.github/workflows/docker-multiarch-build.yml b/.github/workflows/docker-multiarch-build.yml index 36dbbe6..71c92b5 100644 --- a/.github/workflows/docker-multiarch-build.yml +++ b/.github/workflows/docker-multiarch-build.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set up QEMU (for ARM64 emulation) uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/docsible.yml b/.github/workflows/docsible.yml index 2795422..5d7bb54 100644 --- a/.github/workflows/docsible.yml +++ b/.github/workflows/docsible.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: persist-credentials: true # Required to push back to repo