Skip to content

Commit 1d8445e

Browse files
chore: bump actions/setup-dotnet from 4.2.0 to 4.3.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@87b7050...3951f0d) --- 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 7f85d6d commit 1d8445e

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@87b7050bc53ea08284295505d98d2aa94301e852
86+
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
8787
with:
8888
dotnet-version: 9.0.x
8989
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a

.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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
194194
with:
195195
node-version: 18.x
196-
- uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
196+
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab
197197
with:
198198
dotnet-version: 9.0.x
199199
- name: Download build artifacts

0 commit comments

Comments
 (0)