File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 echo "🏟️ Stadium name: $STADIUM"
7070
7171 - name : Set up .NET ${{ env.DOTNET_VERSION }}
72- uses : actions/setup-dotnet@v5.1 .0
72+ uses : actions/setup-dotnet@v5.2 .0
7373 with :
7474 dotnet-version : ${{ env.DOTNET_VERSION }}
7575 cache : true
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v6.0.2
2323
2424 - name : Set up .NET ${{ env.DOTNET_VERSION }}
25- uses : actions/setup-dotnet@v5.1 .0
25+ uses : actions/setup-dotnet@v5.2 .0
2626 with :
2727 dotnet-version : ${{ env.DOTNET_VERSION }}
2828 # The action searches for packages.lock.json in the repository root,
5050 uses : actions/checkout@v6.0.2
5151
5252 - name : Set up .NET ${{ env.DOTNET_VERSION }}
53- uses : actions/setup-dotnet@v5.1 .0
53+ uses : actions/setup-dotnet@v5.2 .0
5454 with :
5555 dotnet-version : ${{ env.DOTNET_VERSION }}
5656 cache : true
You can’t perform that action at this time.
0 commit comments