Skip to content

Commit 3875f9c

Browse files
chore(deps): bump actions/setup-dotnet from 4.1.0 to 4.2.0 (#625)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da383c9 commit 3875f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8888

8989
- name: Setup .NET
90-
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
90+
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
9191
with:
9292
dotnet-version: ${{ inputs.dotnet_version }}
9393

0 commit comments

Comments
 (0)