diff --git a/action.yml b/action.yml index ac30b5c..a76f5c9 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: fetch-depth: 0 - if: ${{ inputs.setupDotNet == 'true' }} - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v5 with: dotnet-version: '7.0.x'