diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 87b2d4e..2b38dfb 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -43,7 +43,7 @@ jobs: go env -w CGO_CFLAGS="$(go env CGO_CFLAGS) -I/opt/homebrew/opt/openssl/include" go env -w CGO_LDFLAGS="$(go env CGO_LDFLAGS) -L/opt/homebrew/opt/openssl/lib" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: "Tags: default" run: go test -race -v -coverprofile=coverage.out -tags "" @@ -90,7 +90,7 @@ jobs: echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH" shell: msys2 {0} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: "Tags: default" run: go build -race -v -tags ""