From 84537fa04d0b3f7faff8e8ddfe5f2a014783936d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:09:33 +0000 Subject: [PATCH] Bump microsoft/template-validation-action in the github-actions group Bumps the github-actions group with 1 update: [microsoft/template-validation-action](https://github.com/microsoft/template-validation-action). Updates `microsoft/template-validation-action` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/microsoft/template-validation-action/releases) - [Commits](https://github.com/microsoft/template-validation-action/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: microsoft/template-validation-action dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/template-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-validation.yaml b/.github/workflows/template-validation.yaml index 5a9320e..eb9c2ff 100644 --- a/.github/workflows/template-validation.yaml +++ b/.github/workflows/template-validation.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: microsoft/template-validation-action@v0.4.1 + - uses: microsoft/template-validation-action@v0.4.2 env: AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }} AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}