Skip to content

Commit

Permalink
build(deps): Bump azure/aks-set-context in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [azure/aks-set-context](https://github.com/azure/aks-set-context) from 1 to 3.
- [Release notes](https://github.com/azure/aks-set-context/releases)
- [Commits](Azure/aks-set-context@v1...v3)

---
updated-dependencies:
- dependency-name: azure/aks-set-context
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent 965f692 commit 6b1bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
VERSION=$(git describe --tags 2>/dev/null || git rev-parse --short HEAD)
echo "::set-output name=version::$VERSION"
- uses: azure/aks-set-context@v1
- uses: azure/aks-set-context@v3
with:
creds: "${{ secrets.AZURE_CREDENTIALS }}"
resource-group: "${{ env.STAGING_RESOURCEGROUP }}"
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
VERSION=$(git describe --tags 2>/dev/null || git rev-parse --short HEAD)
echo "::set-output name=version::$VERSION"
- uses: azure/aks-set-context@v1
- uses: azure/aks-set-context@v3
with:
creds: "${{ secrets.AZURE_CREDENTIALS }}"
resource-group: "${{ env.LIVE_RESOURCEGROUP }}"
Expand Down

0 comments on commit 6b1bd08

Please sign in to comment.