Skip to content

Commit

Permalink
Merge pull request #305 from cake-contrib/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-dotnet-4.0.0
  • Loading branch information
AdmiringWorm authored May 4, 2024
2 parents 7105765 + b5947fa commit 8162d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('setup.cake') }}
- name: install .NET versions
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# codecov in cake.recipe needs 2.1!
# version used for GitReleaseManager needs .NET Core 3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('setup.cake') }}
- name: install .NET versions
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# codecov in cake.recipe needs 2.1!
# version used for GitReleaseManager needs .NET Core 3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: tools
key: ${{ runner.os }}-doc-tools-${{ hashFiles('setup.cake') }}
- name: install .NET versions
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# codecov in cake.recipe needs 2.1!
dotnet-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: tools
key: ${{ runner.os }}-tools-${{ hashFiles('setup.cake') }}
- name: install .NET versions
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
# codecov in cake.recipe needs 2.1!
# version used for GitReleaseManager needs .NET Core 3.0
Expand Down

0 comments on commit 8162d1c

Please sign in to comment.