Skip to content

Commit

Permalink
chore: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed May 7, 2024
1 parent ded6537 commit 3bef4ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3bef4ef

Please sign in to comment.