From fd8f260a90c4c9e639b163175dc88213873cda8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:35:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 11bd719 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f72674b6b..633a5882f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: private_key: ${{ secrets.BRAID_BOT_PRIVATE_KEY }} - name: Checkout 🔔 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.head_ref }} token: ${{ steps.generate-token.outputs.token }} @@ -66,7 +66,7 @@ jobs: private_key: ${{ secrets.BRAID_BOT_PRIVATE_KEY }} - name: Checkout 🔔 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.head_ref }} token: ${{ steps.generate-token.outputs.token }} @@ -108,7 +108,7 @@ jobs: private_key: ${{ secrets.BRAID_BOT_PRIVATE_KEY }} - name: Checkout 🔔 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.head_ref }} token: ${{ steps.generate-token.outputs.token }}