Skip to content

Commit e95399e

Browse files
ci(action): update actions/setup-dotnet action to v5.0.1 (#809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ac0a34 commit e95399e

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
@@ -38,7 +38,7 @@ jobs:
3838
lfs: true
3939
fetch-depth: 0
4040
- name: 'Install .NET Core SDK'
41-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
41+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
4242
- name: 'Dotnet Restore'
4343
run: dotnet restore
4444
shell: pwsh

0 commit comments

Comments
 (0)