Skip to content

Commit a74ee15

Browse files
committed
Updated login and functions actions version in all workflow files.
1 parent 00ad953 commit a74ee15

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/deploy_all_functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Login to Azure using secrets credentials
4444
- name: 'Login via Azure CLI'
45-
uses: azure/login@v1.5.0
45+
uses: Azure/login@v2.1.1
4646
with:
4747
creds: ${{ secrets.AZURE_CREDENTIALS }} # Your Azure credentials
4848

@@ -61,7 +61,7 @@ jobs:
6161
popd
6262
# Deploy build to Azure function app environment
6363
- name: 'Run Azure Functions Action'
64-
uses: Azure/[email protected].0
64+
uses: Azure/[email protected].2
6565
with:
6666
app-name: ${{ matrix.function_name }}
6767
package: '${{ matrix.package_path }}/output'
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
# Login to Azure using secrets credentials
112112
- name: 'Login via Azure CLI'
113-
uses: azure/login@v1.5.0
113+
uses: Azure/login@v2.1.1
114114
with:
115115
creds: ${{ secrets.AZURE_CREDENTIALS }}
116116

.github/workflows/deploy_liquid_functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Login to Azure using secrets credentials
4242
- name: 'Login via Azure CLI'
43-
uses: azure/login@v1.5.0
43+
uses: Azure/login@v2.1.1
4444
with:
4545
creds: ${{ secrets.AZURE_CREDENTIALS }} # Your Azure credentials
4646

@@ -59,7 +59,7 @@ jobs:
5959
popd
6060
# Deploy build to Azure function app environment
6161
- name: 'Run Azure Functions Action'
62-
uses: Azure/[email protected].0
62+
uses: Azure/[email protected].2
6363
with:
6464
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
6565
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
# Login to Azure using secrets credentials
9393
- name: 'Login via Azure CLI'
94-
uses: azure/login@v1.5.0
94+
uses: Azure/login@v2.1.1
9595
with:
9696
creds: ${{ secrets.AZURE_CREDENTIALS }}
9797

.github/workflows/deploy_solid_functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Login to Azure using secrets credentials
4242
- name: 'Login via Azure CLI'
43-
uses: azure/login@v1.5.0
43+
uses: Azure/login@v2.1.1
4444
with:
4545
creds: ${{ secrets.AZURE_CREDENTIALS }} # Your Azure credentials
4646

@@ -59,7 +59,7 @@ jobs:
5959
popd
6060
# Deploy build to Azure function app environment
6161
- name: 'Run Azure Functions Action'
62-
uses: Azure/[email protected].0
62+
uses: Azure/[email protected].2
6363
with:
6464
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
6565
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
# Login to Azure using secrets credentials
9393
- name: 'Login via Azure CLI'
94-
uses: azure/login@v1.5.0
94+
uses: Azure/login@v2.1.1
9595
with:
9696
creds: ${{ secrets.AZURE_CREDENTIALS }}
9797

.github/workflows/deploy_solidus_functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Login to Azure using secrets credentials
4242
- name: 'Login via Azure CLI'
43-
uses: azure/login@v1.5.0
43+
uses: Azure/login@v2.1.1
4444
with:
4545
creds: ${{ secrets.AZURE_CREDENTIALS }} # Your Azure credentials
4646

@@ -59,7 +59,7 @@ jobs:
5959
popd
6060
# Deploy build to Azure function app environment
6161
- name: 'Run Azure Functions Action'
62-
uses: Azure/[email protected].0
62+
uses: Azure/[email protected].2
6363
with:
6464
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
6565
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
# Login to Azure using secrets credentials
9393
- name: 'Login via Azure CLI'
94-
uses: azure/login@v1.5.0
94+
uses: Azure/login@v2.1.1
9595
with:
9696
creds: ${{ secrets.AZURE_CREDENTIALS }}
9797

0 commit comments

Comments
 (0)