Skip to content

Commit 4730057

Browse files
Bump actions/setup-dotnet from 4 to 5 (#70)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8ca7ba commit 4730057

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/csharp-darwin-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232

33-
- uses: actions/setup-dotnet@v4
33+
- uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: ${{ matrix.dotnet-version }}
3636

.github/workflows/csharp-linux-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434

35-
- uses: actions/setup-dotnet@v4
35+
- uses: actions/setup-dotnet@v5
3636
with:
3737
dotnet-version: ${{ matrix.dotnet-version }}
3838

.github/workflows/csharp-windows-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232

33-
- uses: actions/setup-dotnet@v4
33+
- uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: ${{ matrix.dotnet-version }}
3636

.github/workflows/dotnet-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: actions/setup-dotnet@v4
28+
- uses: actions/setup-dotnet@v5
2929
with:
3030
dotnet-version: ${{ matrix.dotnet-version }}
3131

0 commit comments

Comments
 (0)