diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e00190d..bd65f48 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get non-Go dependencies run: | @@ -79,7 +79,7 @@ jobs: go install honnef.co/go/tools/cmd/staticcheck@latest - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get dependencies run: go get -v -t -d ./...