You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create_azure_resources.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,17 @@ jobs:
55
55
# Set up the following secrets in your repository: AZURE_CREDENTIALS
56
56
# For details on usage of secrets, please refer https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
57
57
- name: Azure Login
58
-
uses: azure/login@v2.1.1
58
+
uses: azure/login@v2.3.0
59
59
with:
60
60
creds: ${{ secrets.AZURE_CREDENTIALS }}
61
61
62
62
# Checkout
63
63
- name: Checkout
64
-
uses: actions/checkout@v4
64
+
uses: actions/checkout@v5
65
65
66
66
# Build ARM Template from Bicep and create a target Azure resource group
0 commit comments