diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d851f16..f6fc9cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: GOARCH: ${{ matrix.goarch }} CGO_ENABLED: '0' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Go uses: actions/setup-go@v5