From 1abb0f885c1f2c27c25b80bc61ad3eee2706e752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 04:39:32 +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/build-and-deploy-preprod.yml | 2 +- .github/workflows/build-and-deploy-prod.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-preprod.yml b/.github/workflows/build-and-deploy-preprod.yml index f9bc4764..5fe5527e 100644 --- a/.github/workflows/build-and-deploy-preprod.yml +++ b/.github/workflows/build-and-deploy-preprod.yml @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Deploy til dev-fss team namespace - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-fss diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml index 039324cd..d23c1679 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod.yml @@ -51,13 +51,13 @@ jobs: steps: - uses: actions/checkout@v3 - name: Deploy til dev-fss team namespace - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-fss RESOURCE: app-preprod.yaml - name: Deploy til prod-fss team namespace - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: prod-fss