From ba3dc0c5605dc52dc7719c2be8be8d99385a1db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 04:50:33 +0000 Subject: [PATCH] Bump nais/deploy from 1 to 2 Bumps [nais/deploy](https://github.com/nais/deploy) from 1 to 2. - [Release notes](https://github.com/nais/deploy/releases) - [Commits](https://github.com/nais/deploy/compare/v1...v2) --- updated-dependencies: - dependency-name: nais/deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/deploy-prod.yml | 4 ++-- .github/workflows/deploy-unleash-api-token-preprod.yaml | 2 +- .github/workflows/deploy-unleash-api-token-prod.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 5cc30745ae..8359f3febc 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: nais/deploy/actions/deploy@v1 + - uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index dffdf9bd3c..6ca13bb15e 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -52,14 +52,14 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy til dev-gcp - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp RESOURCE: .deploy/preprod.yaml IMAGE: ${{ needs.build.outputs.image }} - name: Deploy til prod-gcp - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: prod-gcp diff --git a/.github/workflows/deploy-unleash-api-token-preprod.yaml b/.github/workflows/deploy-unleash-api-token-preprod.yaml index 6d6abeaaa9..b48eed2b6f 100644 --- a/.github/workflows/deploy-unleash-api-token-preprod.yaml +++ b/.github/workflows/deploy-unleash-api-token-preprod.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: deploy unleash api-token - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp diff --git a/.github/workflows/deploy-unleash-api-token-prod.yaml b/.github/workflows/deploy-unleash-api-token-prod.yaml index bfc815ccf9..9ddbb6343c 100644 --- a/.github/workflows/deploy-unleash-api-token-prod.yaml +++ b/.github/workflows/deploy-unleash-api-token-prod.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: deploy unleash api-token - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: prod-gcp