diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54e3684..187cab9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache uses: actions/cache@v2 with: @@ -55,7 +55,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache uses: actions/cache@v2 with: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4924803..7c453ff 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache uses: actions/cache@v2 with: