From 0b7c9781efaf9fc00881ae72b27fcae9943ca7c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:09:37 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/detect-releases.yml | 4 ++-- .github/workflows/docker.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/detect-releases.yml b/.github/workflows/detect-releases.yml index 37d1f95..788441a 100644 --- a/.github/workflows/detect-releases.yml +++ b/.github/workflows/detect-releases.yml @@ -16,7 +16,7 @@ jobs: tag: docker-${{ steps.version.outputs.build_version }}-${{ inputs.channel }} has_update: ${{ steps.check-update.outputs.has_update }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Get Latest IB Gateway Version id: version @@ -42,7 +42,7 @@ jobs: needs: check-new-version if: needs.check-new-version.outputs.has_update == 'true' steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Download IB Gateway run: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 70c3f45..51bf6bf 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # Checkout branch which triggered the action ref: ${{ github.ref }}