From 07ecf3f71d523776781ab9fef4d9a0956ffd0243 Mon Sep 17 00:00:00 2001 From: Alex Tideman Date: Thu, 26 Sep 2024 11:43:15 -0500 Subject: [PATCH] Use v4 --- .github/workflows/update-ui-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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