File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333
3434 - name : π½ Install dotnet
35- uses : actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4 .0
35+ uses : actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0 .0
3636
3737 - name : π Print dotnet info
3838 run : dotnet --info
Original file line number Diff line number Diff line change 7474 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7575
7676 - name : π½ Install dotnet
77- uses : actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4 .0
77+ uses : actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0 .0
7878
7979 - name : π Print dotnet info
8080 run : dotnet --info
@@ -133,7 +133,7 @@ jobs:
133133 name : global-json
134134
135135 - name : π½ Install dotnet
136- uses : actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4 .0
136+ uses : actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0 .0
137137
138138 - name : πΌ Publish package to nuget
139139 run : dotnet nuget push --force-english-output --api-key '${{ secrets.GITHUB_TOKEN }}' --source 'https://nuget.pkg.github.com/YoloDev/index.json' --skip-duplicate "nuget/*.nupkg"
@@ -162,7 +162,7 @@ jobs:
162162 name : global-json
163163
164164 - name : π½ Install dotnet
165- uses : actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4 .0
165+ uses : actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0 .0
166166
167167 - name : πΌ Publish package to nuget
168168 run : dotnet nuget push --force-english-output --api-key '${{ secrets.NUGET_API_KEY }}' --source '${{ secrets.NUGET_FEED }}' --skip-duplicate "nuget/*.nupkg"
You canβt perform that action at this time.
0 commit comments