diff --git a/.github/workflows/update-ui-server.yml b/.github/workflows/update-ui-server.yml index 1d4fa1ac0..343647d75 100644 --- a/.github/workflows/update-ui-server.yml +++ b/.github/workflows/update-ui-server.yml @@ -23,7 +23,7 @@ jobs: app_id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private_key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '1.23' - name: Setup Protoc