Skip to content

Commit

Permalink
⬆️ Bump nais/deploy from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [nais/deploy](https://github.com/nais/deploy) from 1 to 2.
- [Release notes](https://github.com/nais/deploy/releases)
- [Commits](nais/deploy@v1...v2)

---
updated-dependencies:
- dependency-name: nais/deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tidnav committed Nov 4, 2024
1 parent 924df5e commit 8ff3043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy alerts
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-mock-historisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
to-slug: aap-soknad-${{ github.ref_name }}
- name: "Deploy historisk søknad til dev"
uses: "nais/deploy/actions/deploy@v1"
uses: "nais/deploy/actions/deploy@v2"
env:
"APIKEY": "${{ secrets.NAIS_DEPLOY_APIKEY }}"
"CLUSTER": "dev-gcp"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-mock-delete-historisk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Scale down dev-gcp-mock-historisk
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
Expand Down

0 comments on commit 8ff3043

Please sign in to comment.