diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b21491e..96fd19b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: container: golang:${{ matrix.go }} steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0