From 3bef4ef98ff845e89820060dc26030362a0687cf Mon Sep 17 00:00:00 2001 From: Hans Olav Sund Date: Tue, 7 May 2024 14:03:41 +0200 Subject: [PATCH] chore: bump actions --- .github/workflows/deploy-demo.yaml | 6 +++--- .github/workflows/deploy-prod.yaml | 6 +++--- .github/workflows/deploy-staging.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-demo.yaml b/.github/workflows/deploy-demo.yaml index cb192ff..dd6918c 100644 --- a/.github/workflows/deploy-demo.yaml +++ b/.github/workflows/deploy-demo.yaml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create yaml file from secret id: write_file @@ -80,12 +80,12 @@ jobs: cat kubectlapply.yaml - name: Auth gcloud CLI for deploy - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.DIGDIR_FDK_DEV_AUTODEPLOY }} - name: Get credentials - uses: google-github-actions/get-gke-credentials@v1 + uses: google-github-actions/get-gke-credentials@v2 with: cluster_name: digdir-fdk-dev location: europe-north1-a diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index a33e0f4..532fd7d 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create yaml file from secret id: write_file @@ -80,12 +80,12 @@ jobs: cat kubectlapply.yaml - name: Auth gcloud CLI for deploy - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.DIGDIR_FDK_PROD_AUTODEPLOY }} - name: Get credentials - uses: google-github-actions/get-gke-credentials@v1 + uses: google-github-actions/get-gke-credentials@v2 with: cluster_name: digdir-fdk-prod location: europe-north1-a diff --git a/.github/workflows/deploy-staging.yaml b/.github/workflows/deploy-staging.yaml index a856401..3b959a9 100644 --- a/.github/workflows/deploy-staging.yaml +++ b/.github/workflows/deploy-staging.yaml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create yaml file from secret id: write_file @@ -80,12 +80,12 @@ jobs: cat kubectlapply.yaml - name: Auth gcloud CLI for deploy - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.DIGDIR_FDK_DEV_AUTODEPLOY }} - name: Get credentials - uses: google-github-actions/get-gke-credentials@v1 + uses: google-github-actions/get-gke-credentials@v2 with: cluster_name: digdir-fdk-dev location: europe-north1-a