Skip to content

Commit 7f9d164

Browse files
authored
Merge pull request #43 from escendit/dependabot/github_actions/actions/setup-dotnet-5
chore(deps): Bump actions/setup-dotnet from 4 to 5
2 parents d345734 + 7af2d03 commit 7f9d164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: '0'
2929

3030
- name: Setup .NET Core SDK
31-
uses: actions/setup-dotnet@v4
31+
uses: actions/setup-dotnet@v5
3232
with:
3333
global-json-file: global.json
3434
cache: 'true'

0 commit comments

Comments
 (0)