From b04ea9ff269ce94c9c09165d4725dc978ea47e88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:51:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..7f921ac 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@v6 - 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..7b6fdab 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@v6 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..3cd25c0 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@v6 - 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..c3437e3 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@v6 with: persist-credentials: true # Required to push back to repo