Skip to content

Commit

Permalink
Bump the all group with 1 update
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [nais/deploy](https://github.com/nais/deploy).


Updates `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
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 6795a43 commit 42d5fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
- uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v1
- uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: prod-gcp
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand Down

0 comments on commit 42d5fa5

Please sign in to comment.