Skip to content

Commit

Permalink
Merge pull request #35 from SierraSoftworks/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/azure/aks-set-context-3
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
2 parents 763f789 + 6b1bd08 commit a7adfed
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 a7adfed

Please sign in to comment.