From 47136223953b37b3029be225ceaf4d4caf48a56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:44:00 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GithubActionsRelease.yml | 4 ++-- .github/workflows/GithubActionsWIP.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/GithubActionsRelease.yml b/.github/workflows/GithubActionsRelease.yml index 5aaeed7..df243f4 100644 --- a/.github/workflows/GithubActionsRelease.yml +++ b/.github/workflows/GithubActionsRelease.yml @@ -1,4 +1,4 @@ -name: GithubActionsRelease +name: GithubActionsRelease ############################################################################################################ # All of thes jobs runs commands only on a tag push in the Material-Blazor\Material.Blazor repository @@ -60,7 +60,7 @@ jobs: persist-credentials: false - name: Use dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.x' diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index b87097a..2660506 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -1,4 +1,4 @@ -name: GithubActionsWIP +name: GithubActionsWIP on: push: @@ -55,7 +55,7 @@ jobs: persist-credentials: false - name: Use dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.x'