diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5d73e71b..e1b97ca4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v6 - name: test run: go test ./...