Skip to content

Commit

Permalink
Merge pull request #33 from SierraSoftworks/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/azure/aks-set-context-4
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
2 parents 4463698 + e2e9af0 commit 0738ea6
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 @@ -85,7 +85,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@v3
- uses: azure/aks-set-context@v4
with:
creds: "${{ secrets.AZURE_CREDENTIALS }}"
resource-group: "${{ env.STAGING_RESOURCEGROUP }}"
Expand Down Expand Up @@ -127,7 +127,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@v3
- uses: azure/aks-set-context@v4
with:
creds: "${{ secrets.AZURE_CREDENTIALS }}"
resource-group: "${{ env.LIVE_RESOURCEGROUP }}"
Expand Down

0 comments on commit 0738ea6

Please sign in to comment.