From 81362eb1422560a2361ed1c13a22652b970cb396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:34:44 +0000 Subject: [PATCH] [Dependencies]: Bump actions/setup-dotnet from 4.0.0 to 4.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 60ab6ce0..dcab4eb1 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -127,7 +127,7 @@ jobs: - name: "Install dotnet" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 env: GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}} DDOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"