We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4376d05 commit 7ca819eCopy full SHA for 7ca819e
1 file changed
.github/workflows/dotnetcore.yml
@@ -151,7 +151,7 @@ jobs:
151
# steps:
152
# # Login with the secret SP details
153
# - name: Log into Azure
154
-# uses: azure/login@v1
+# uses: azure/login@v2
155
# with:
156
# creds: ${{ secrets.AZURE_SP_PROBOT }}
157
# - name: Download webapp artifact
@@ -179,7 +179,7 @@ jobs:
179
steps:
180
# Login with the secret SP details
181
- name: Log into Azure
182
- uses: azure/login@v1
+ uses: azure/login@v2
183
with:
184
creds: ${{ secrets.AZURE_SP }}
185
@@ -269,7 +269,7 @@ jobs:
269
270
271
272
273
274
275
#Swap staging slots with prod
0 commit comments