Skip to content

Commit 0a19fdd

Browse files
chore: bump actions/setup-dotnet from 4.0.1 to 4.1.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@6bd8b7f...3e891b0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b49e5a0 commit 0a19fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
110110
with:
111111
node-version: 18.x
112-
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
112+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
113113
with:
114114
dotnet-version: 3.x
115115
- name: Download build artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
187187
with:
188188
node-version: 18.x
189-
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
189+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
190190
with:
191191
dotnet-version: 3.x
192192
- name: Download build artifacts

0 commit comments

Comments
 (0)