Skip to content

Commit ddebd0a

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [Azure/setup-azd](https://github.com/azure/setup-azd) and [microsoft/template-validation-action](https://github.com/microsoft/template-validation-action). Updates `Azure/setup-azd` from 2.0.0 to 2.1.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.0.0...v2.1.0) Updates `microsoft/template-validation-action` from 0.3.5 to 0.3.6 - [Release notes](https://github.com/microsoft/template-validation-action/releases) - [Commits](microsoft/template-validation-action@v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: Azure/setup-azd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: microsoft/template-validation-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b0669d commit ddebd0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Install azd
35-
uses: Azure/setup-azd@v2.0.0
35+
uses: Azure/setup-azd@v2.1.0
3636

3737
- name: Install Nodejs
3838
uses: actions/setup-node@v4

.github/workflows/template-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- uses: microsoft/[email protected].5
18+
- uses: microsoft/[email protected].6
1919
env:
2020
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
2121
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)