Merge pull request 'Update actions/setup-dotnet action to v4' (#11) from renovate/actions-setup-dotnet-4.x into master
Some checks failed
Release Mod / Build (push) Has been cancelled

Reviewed-on: #11
This commit is contained in:
Lee 2024-08-07 07:44:00 +00:00
commit 02290e5bde

@ -18,7 +18,7 @@ jobs:
run: echo "RUNNING_IN_CI=true" >> $GITHUB_ENV run: echo "RUNNING_IN_CI=true" >> $GITHUB_ENV
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 7.0.x dotnet-version: 7.0.x