File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ jobs:
106106 clean : ' false'
107107 fetch-depth : ' 0'
108108 - name : 🔨 Use .NET Core 8.0 SDK
109- uses : actions/setup-dotnet@v5.1 .0
109+ uses : actions/setup-dotnet@v5.2 .0
110110 with :
111111 dotnet-version : ' 8.0.x'
112112 - name : 🔨 Use .NET Core 10.0 SDK
113- uses : actions/setup-dotnet@v5.1 .0
113+ uses : actions/setup-dotnet@v5.2 .0
114114 with :
115115 dotnet-version : ' 10.0.x'
116116 - name : ⚒️ dotnet tool restore
@@ -170,7 +170,7 @@ jobs:
170170 - name : 🚀 Publish Codecov Coverage
171171 if : always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
172172 continue-on-error : true
173- uses : codecov/codecov-action@v5.5.2
173+ uses : codecov/codecov-action@v5.5.3
174174 with :
175175 name : ' actions'
176176 token : ' ${{ secrets.CODECOV_TOKEN }}'
Original file line number Diff line number Diff line change 7676 default-label : ' :sparkles: mysterious'
7777 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
7878 - name : 📲 Install GitReleaseManager
79- uses : gittools/actions/gitreleasemanager/setup@v4.3.3
79+ uses : gittools/actions/gitreleasemanager/setup@v4.4.2
8080 with :
8181 versionSpec : ' 0.20.0'
8282 - name : Get Repo and Owner
You can’t perform that action at this time.
0 commit comments