Skip to content

Commit 9965371

Browse files
chore: bump actions/setup-dotnet from 4.1.0 to 4.2.0 (#395)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7297713 commit 9965371

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
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
permissions: {}
8585
steps:
86-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
86+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
8787
with:
8888
dotnet-version: 9.0.x
8989
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
194194
with:
195195
node-version: 18.x
196-
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
196+
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
197197
with:
198198
dotnet-version: 9.0.x
199199
- name: Download build artifacts

0 commit comments

Comments
 (0)