From 76da7d85c4a21c0c725a9ca6cc647a6765601ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 16:52:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 28f4c35..ae6e69c 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Download IB Gateway run: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e00cd7c..00861f8 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: # Checkout branch which triggered the action ref: ${{ github.ref }}