diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 88cbdbc..5094dc8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: with: go-version: 1.17.x - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: run tests run: | export GOPATH=$HOME/go