diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ce0a8e..53d7836 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 - name: Restore dependencies run: dotnet restore - name: Build