From 18a3c10531ef3c293ab590fde8ee459cc6c5ef81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:26:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ansible-tests-pr.yml | 4 ++-- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync-fabricv4.yaml | 2 +- .github/workflows/sync-metalv1.yaml | 2 +- .github/workflows/test-codegen.yaml | 2 +- templates/.github/workflows/sync.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ansible-tests-pr.yml b/.github/workflows/ansible-tests-pr.yml index f90d680d..7b8f9330 100644 --- a/.github/workflows/ansible-tests-pr.yml +++ b/.github/workflows/ansible-tests-pr.yml @@ -37,7 +37,7 @@ jobs: run: sudo apt-get install -y build-essential - name: checkout Python SDK, this PR - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} @@ -47,7 +47,7 @@ jobs: python-version-file: .python-version - name: checkout Ansible collection - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: repository: equinix-labs/ansible-collection-equinix path: ${{ env.COLLECTION_PATH }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57e6e9ce..dcb54b0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 ssh-key: ${{ secrets.DEPLOY_KEY }} @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: ref: "${{ needs.release.outputs.new_release_git_tag }}" diff --git a/.github/workflows/sync-fabricv4.yaml b/.github/workflows/sync-fabricv4.yaml index ceb05561..0080d4c9 100644 --- a/.github/workflows/sync-fabricv4.yaml +++ b/.github/workflows/sync-fabricv4.yaml @@ -12,7 +12,7 @@ jobs: run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 diff --git a/.github/workflows/sync-metalv1.yaml b/.github/workflows/sync-metalv1.yaml index 13caa22d..f60bdaf6 100644 --- a/.github/workflows/sync-metalv1.yaml +++ b/.github/workflows/sync-metalv1.yaml @@ -11,7 +11,7 @@ jobs: id: date run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: diff --git a/.github/workflows/test-codegen.yaml b/.github/workflows/test-codegen.yaml index 88a7defb..df107e3b 100644 --- a/.github/workflows/test-codegen.yaml +++ b/.github/workflows/test-codegen.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 diff --git a/templates/.github/workflows/sync.yaml b/templates/.github/workflows/sync.yaml index 55f61e3d..ea014cf2 100644 --- a/templates/.github/workflows/sync.yaml +++ b/templates/.github/workflows/sync.yaml @@ -11,7 +11,7 @@ jobs: id: date run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: