diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a1630fb9b..f970d3d0f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -62,7 +62,7 @@ jobs: if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - - uses: WillAbides/setup-go-faster@v1.12.0 + - uses: WillAbides/setup-go-faster@v1.13.0 with: go-version: ${{ env.GOVER }} @@ -93,7 +93,7 @@ jobs: if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - - uses: WillAbides/setup-go-faster@v1.12.0 + - uses: WillAbides/setup-go-faster@v1.13.0 with: go-version: ${{ env.GOVER }} @@ -108,7 +108,7 @@ jobs: if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - - uses: WillAbides/setup-go-faster@v1.12.0 + - uses: WillAbides/setup-go-faster@v1.13.0 with: go-version: ${{ env.GOVER }} @@ -432,7 +432,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: WillAbides/setup-go-faster@v1.12.0 + - uses: WillAbides/setup-go-faster@v1.13.0 with: go-version: ${{ env.GOVER }} - uses: actions/download-artifact@v3 @@ -496,7 +496,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: WillAbides/setup-go-faster@v1.12.0 + uses: WillAbides/setup-go-faster@v1.13.0 with: go-version: ${{ env.GOVER }}