diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84cf9de..a31756b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout 🔔 - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: ref: ${{ github.head_ref }} token: ${{ steps.generate-token.outputs.token }} @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout 🔔 - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Login to GitHub Container Registry 🔓 if: github.event_name != 'pull_request'