Skip to content

Commit be8bb5e

Browse files
chore(deps): update actions/setup-dotnet action to v5.2.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-dotnet | v5.1.0 | v5.2.0 |
1 parent bcc9723 commit be8bb5e

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
@@ -34,7 +34,7 @@ jobs:
3434
path: ~/.nuget/packages
3535
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj','**/*.props') }}
3636

37-
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
37+
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3838
with:
3939
dotnet-version: |
4040
8

0 commit comments

Comments
 (0)