Skip to content

Commit 1b90181

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/setup-dotnet from 5.0.0 to 5.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29514b2 commit 1b90181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
submodules: recursive
3535
- name: Set up .NET
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
- name: Set up Node.js
3838
uses: actions/[email protected]
3939
with:

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
submodules: recursive
3030
- name: Set up .NET
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
- name: Set up Node.js
3333
uses: actions/[email protected]
3434
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
submodules: recursive
2929
- name: Set up .NET
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
- name: Set up Node.js
3232
uses: actions/[email protected]
3333
with:

0 commit comments

Comments
 (0)