diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ce8548d..5f032b4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,5 +37,5 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: go test -race ./...