Skip to content

Commit d49877d

Browse files
Bump Azure/setup-azd from 2.1.0 to 2.2.0 in the github-actions group (#2669)
Bumps the github-actions group with 1 update: [Azure/setup-azd](https://github.com/azure/setup-azd). Updates `Azure/setup-azd` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/azure/setup-azd/releases) - [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md) - [Commits](Azure/setup-azd@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: Azure/setup-azd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b176d2 commit d49877d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
uses: actions/checkout@v4
122122

123123
- name: Install azd
124-
uses: Azure/setup-azd@v2.1.0
124+
uses: Azure/setup-azd@v2.2.0
125125

126126
- name: Install Nodejs
127127
uses: actions/setup-node@v4

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
node-version: 18
144144

145145
- name: Install azd
146-
uses: Azure/setup-azd@v2.1.0
146+
uses: Azure/setup-azd@v2.2.0
147147

148148
- name: Login to Azure with az CLI
149149
uses: azure/login@v2

0 commit comments

Comments
 (0)