dependabot[bot] commited on
Commit
b25a007
·
unverified ·
1 Parent(s): f6f66f0

Bump the github-actions group with 1 update

Browse files

Bumps 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]>

Files changed (1) hide show
  1. .github/workflows/azure-dev.yaml +1 -1
.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@v0.1.0
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 != '' }}