Skip to content

Commit 5319fd0

Browse files
Merge pull request #313 from Cosmo-Tech/dependabot/github_actions/Azure/aks-set-context-3.1
2 parents 6f822bf + 504dd89 commit 5319fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Secret created with: az ad sp create-for-rbac -n "github-actions" --sdk-auth
9696
creds: '${{ secrets.AZURE_CREDENTIALS }}'
9797

98-
- uses: Azure/aks-set-context@v2.2
98+
- uses: Azure/aks-set-context@v3.1
9999
with:
100100
cluster-name: ${{ secrets.DEV_ENV_CLUSTER_NAME }}
101101
resource-group: ${{ secrets.DEV_ENV_CLUSTER_RESOURCE_GROUP }}

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Secret created with: az ad sp create-for-rbac -n "github-actions" --sdk-auth
9999
creds: '${{ secrets.AZURE_CREDENTIALS }}'
100100

101-
- uses: Azure/aks-set-context@v2.2
101+
- uses: Azure/aks-set-context@v3.1
102102
with:
103103
cluster-name: ${{ secrets.STAGING_ENV_CLUSTER_NAME }}
104104
resource-group: ${{ secrets.STAGING_ENV_CLUSTER_RESOURCE_GROUP }}

0 commit comments

Comments
 (0)