Skip to content

Commit 7ca819e

Browse files
committed
UPdated actions
1 parent 4376d05 commit 7ca819e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
# steps:
152152
# # Login with the secret SP details
153153
# - name: Log into Azure
154-
# uses: azure/login@v1
154+
# uses: azure/login@v2
155155
# with:
156156
# creds: ${{ secrets.AZURE_SP_PROBOT }}
157157
# - name: Download webapp artifact
@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
# Login with the secret SP details
181181
- name: Log into Azure
182-
uses: azure/login@v1
182+
uses: azure/login@v2
183183
with:
184184
creds: ${{ secrets.AZURE_SP }}
185185

@@ -269,7 +269,7 @@ jobs:
269269
steps:
270270
# Login with the secret SP details
271271
- name: Log into Azure
272-
uses: azure/login@v1
272+
uses: azure/login@v2
273273
with:
274274
creds: ${{ secrets.AZURE_SP }}
275275
#Swap staging slots with prod

0 commit comments

Comments
 (0)