From 444dab6d478c77ac88b88d68a4c6bf22e1446562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:24:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 34e1148 --- .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 bbe1e07..84cf9de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout 🔔 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Docker Buildx 🖥️ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 @@ -56,7 +56,7 @@ jobs: private_key: ${{ secrets.BRAID_BOT_PRIVATE_KEY }} - name: Checkout 🔔 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: ref: ${{ github.head_ref }} token: ${{ steps.generate-token.outputs.token }} @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout 🔔 - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Login to GitHub Container Registry 🔓 if: github.event_name != 'pull_request'