diff --git a/.github/workflows/common-ci.yml b/.github/workflows/common-ci.yml index eb528be..e419f7e 100644 --- a/.github/workflows/common-ci.yml +++ b/.github/workflows/common-ci.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 1 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ inputs.go_version }} - name: Clean cache diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a569fec..20d3f1f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 1 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ inputs.go_version }} - name: Install dependencies for module ${{ matrix.module }}