Skip to content

Commit b08f25c

Browse files
authored
Update azure/CLI action to v2 (#154)
This PR contains the following updates: azure/CLI v1 -> v2
1 parent 48c9424 commit b08f25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-azure.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
4040
- name: Deploy To Staging
41-
uses: azure/CLI@4db43908b9df2e7ac93c8275a8f9a448c59338dd # v1
41+
uses: azure/CLI@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2
4242
id: deploy
4343
with:
4444
inlineScript: |
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
8686
- name: Set Staging To Production
87-
uses: azure/CLI@4db43908b9df2e7ac93c8275a8f9a448c59338dd # v1
87+
uses: azure/CLI@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2
8888
with:
8989
inlineScript: |
9090
az extension add --name spring

0 commit comments

Comments
 (0)