Skip to content

Commit

Permalink
deps: Update actions/setup-dotnet action to version 4
Browse files Browse the repository at this point in the history
Updates-dependency: actions/setup-dotnet
Updates-dependency-from-version: v3
Updates-dependency-to-version: v4
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 80edbc7 commit 0a78cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-nuget-lock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: true

- name: Install .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Update lock files
run: |-
Expand Down

0 comments on commit 0a78cfc

Please sign in to comment.