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