diff options
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83aaab5..492675a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: attestations: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 # The Dockerfile cross-compiles with Go's GOOS/GOARCH from $BUILDPLATFORM, # so no QEMU emulation is needed for the arm64 image. |
