dependabot[bot]
commited on
Bump the github-actions group with 1 update
Browse filesBumps the github-actions group with 1 update: [Azure/setup-azd](https://github.com/azure/setup-azd).
Updates `Azure/setup-azd` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/azure/setup-azd/releases)
- [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/setup-azd/compare/v0.1.0...v1.0.0)
---
updated-dependencies:
- dependency-name: Azure/setup-azd
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/azure-dev.yaml
CHANGED
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
uses: actions/checkout@v4
|
24 |
|
25 |
- name: Install azd
|
26 |
-
uses: Azure/setup-azd@
|
27 |
|
28 |
- name: Log in with Azure (Federated Credentials)
|
29 |
if: ${{ env.AZURE_CLIENT_ID != '' }}
|
|
|
23 |
uses: actions/checkout@v4
|
24 |
|
25 |
- name: Install azd
|
26 |
+
uses: Azure/setup-azd@v1.0.0
|
27 |
|
28 |
- name: Log in with Azure (Federated Credentials)
|
29 |
if: ${{ env.AZURE_CLIENT_ID != '' }}
|