Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e4d34f4

Browse files
chore(deps): update actions/setup-dotnet action to v4.1.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-dotnet | v4.0.1 | v4.1.0 |
1 parent df22e10 commit e4d34f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ~/.nuget/packages
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props') }}
3333

34-
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
34+
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
3535
with:
3636
dotnet-version: |
3737
6

0 commit comments

Comments
 (0)