Skip to content

Commit 382becc

Browse files
Bump actions/setup-dotnet from 4 to 5
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]>
1 parent 56d0b53 commit 382becc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup .NET versions
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: |
2525
8.0.x
@@ -56,7 +56,7 @@ jobs:
5656
- name: Fetch all history for all tags and branches
5757
run: git fetch --prune --unshallow
5858
- name: Setup .NET versions
59-
uses: actions/setup-dotnet@v4
59+
uses: actions/setup-dotnet@v5
6060
with:
6161
dotnet-version: |
6262
8.0.x
@@ -79,7 +79,7 @@ jobs:
7979
- name: Checkout
8080
uses: actions/checkout@v4
8181
- name: Setup .NET versions
82-
uses: actions/setup-dotnet@v4
82+
uses: actions/setup-dotnet@v5
8383
with:
8484
dotnet-version: |
8585
10.0.x

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Fetch all history for all tags and branches
2424
run: git fetch --prune --unshallow
2525
- name: Setup .NET versions
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: |
2929
8.0.x

0 commit comments

Comments
 (0)