From 052fe6523c06a54139882a459bbbad96cd25ffbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:00:00 +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/alerts.yaml | 2 +- .github/workflows/topic.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alerts.yaml b/.github/workflows/alerts.yaml index 0f23b12e7..563bd42d9 100644 --- a/.github/workflows/alerts.yaml +++ b/.github/workflows/alerts.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: deploy to 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/topic.yaml b/.github/workflows/topic.yaml index 4d16c8b23..6dff78a3d 100644 --- a/.github/workflows/topic.yaml +++ b/.github/workflows/topic.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Deploy topic varselbus to dev - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: dev-gcp @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Deploy topic varselbus to prod - uses: nais/deploy/actions/deploy@v1 + uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }} CLUSTER: prod-gcp