Skip to content

Commit d8cbd42

Browse files
chore: bump actions/setup-dotnet from 4.1.0 to 4.2.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@3e891b0...87b7050) --- 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 99f6d40 commit d8cbd42

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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
110110
with:
111111
node-version: 18.x
112-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
112+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
187187
with:
188188
node-version: 18.x
189-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
189+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
190190
with:
191191
dotnet-version: 3.x
192192
- name: Download build artifacts

0 commit comments

Comments
 (0)