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'