diff --git a/.github/workflows/_pr_image_build.yaml b/.github/workflows/_pr_image_build.yaml index 269255fc..89f551a4 100644 --- a/.github/workflows/_pr_image_build.yaml +++ b/.github/workflows/_pr_image_build.yaml @@ -38,7 +38,7 @@ jobs: runner: ubuntu-22.04-arm tag: arm64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false @@ -100,7 +100,7 @@ jobs: if: ${{ inputs.should_push }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download arm64 digests uses: actions/download-artifact@v4