diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 8fb5890e..2a13f41e 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: '1.14.4'