Skip to content

Commit f9904ed

Browse files
chore: bump actions/setup-dotnet from 4.0.1 to 4.1.0 (#378)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <[email protected]>
1 parent 7082bc9 commit f9904ed

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)