diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2a7aa4d9..5ebabc7128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: run: pnpm install -w --filter frontend - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: apps/iris/go.mod cache-dependency-path: apps/iris/go.sum @@ -288,7 +288,7 @@ jobs: - name: Set up Go if: steps.filter.outputs.iris == 'true' - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: apps/iris/go.mod cache-dependency-path: apps/iris/go.sum @@ -315,7 +315,7 @@ jobs: - name: Set up Go if: steps.filter.outputs.plag == 'true' - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: apps/plag/go.mod cache-dependency-path: apps/plag/go.sum