diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54e3684..0ba2da7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory @@ -51,7 +51,7 @@ jobs: fail-fast: false steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4924803..8cd42d8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 2 steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory