diff --git a/.github/workflows/build_playground_backend.yml b/.github/workflows/build_playground_backend.yml index 137fe3cf6aba..85ef8f6d61a8 100644 --- a/.github/workflows/build_playground_backend.yml +++ b/.github/workflows/build_playground_backend.yml @@ -46,7 +46,7 @@ jobs: with: distribution: 'zulu' java-version: '8' - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '${{ env.GO_VERSION }}' - name: Install dependencies diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml index 58c825820ea7..fc71dc40105c 100644 --- a/.github/workflows/build_release_candidate.yml +++ b/.github/workflows/build_release_candidate.yml @@ -48,6 +48,7 @@ jobs: uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.PASSPHRASE }} - name: Auth for nexus run: | mkdir -p ${HOME}/.m2 diff --git a/.github/workflows/go_tests.yml b/.github/workflows/go_tests.yml index a40d654e37ba..62bfc7e23039 100644 --- a/.github/workflows/go_tests.yml +++ b/.github/workflows/go_tests.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 2 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '1.20' - name: Delete old coverage diff --git a/.github/workflows/local_env_tests.yml b/.github/workflows/local_env_tests.yml index ffc6946334f1..a9c974119408 100644 --- a/.github/workflows/local_env_tests.yml +++ b/.github/workflows/local_env_tests.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '1.20' - uses: actions/setup-python@v4 @@ -59,7 +59,7 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '1.20' - uses: actions/setup-python@v4 diff --git a/.github/workflows/playground_deploy_backend.yml b/.github/workflows/playground_deploy_backend.yml index 02a4c7992613..080a24014c32 100644 --- a/.github/workflows/playground_deploy_backend.yml +++ b/.github/workflows/playground_deploy_backend.yml @@ -46,7 +46,7 @@ jobs: with: distribution: 'zulu' java-version: '8' - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: go-version: '${{ env.GO_VERSION }}' - name: Remove default github maven configuration diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 819330d394ad..e47d3fe13cd8 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -178,7 +178,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Install go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: '1.20' - name: Download source from artifacts diff --git a/.github/workflows/tour_of_beam_backend.yml b/.github/workflows/tour_of_beam_backend.yml index c87f962cc394..f54277318cd4 100644 --- a/.github/workflows/tour_of_beam_backend.yml +++ b/.github/workflows/tour_of_beam_backend.yml @@ -42,7 +42,7 @@ jobs: working-directory: ./learning/tour-of-beam/backend steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: # pin to the biggest Go version supported by Cloud Functions runtime go-version: '1.16' diff --git a/.github/workflows/tour_of_beam_backend_integration.yml b/.github/workflows/tour_of_beam_backend_integration.yml index d43af660221c..a566cb2aa52b 100644 --- a/.github/workflows/tour_of_beam_backend_integration.yml +++ b/.github/workflows/tour_of_beam_backend_integration.yml @@ -70,7 +70,7 @@ jobs: working-directory: ./learning/tour-of-beam/backend steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: # pin to the biggest Go version supported by Cloud Functions runtime go-version: '1.16'