From 950ef221fd50a74a74b854b7b1216cee085a503e Mon Sep 17 00:00:00 2001 From: Mark Hobson Date: Tue, 7 May 2024 17:26:05 +0100 Subject: [PATCH] Upgrade GitHub Actions to Node 20 versions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 821aaaaa..64b45bfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.12' @@ -53,7 +53,7 @@ jobs: - id: auth name: Authenticate with Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: access_token credentials_json: '${{ secrets.GCP_CREDENTIALS_PUSH }}' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6bbf02f..3b1de1c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,12 +38,12 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Authenticate with Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS_DEPLOY }}' - name: Deploy image - uses: google-github-actions/deploy-cloudrun@v1 + uses: google-github-actions/deploy-cloudrun@v2 with: service: schemes image: europe-west1-docker.pkg.dev/dft-schemes-common/docker/schemes:${{ inputs.tag }}