Skip to content

Commit c7db7b0

Browse files
Update github actions
1 parent bfca7b7 commit c7db7b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.4
174174
with:
175175
name: 'actions'
176176
token: '${{ secrets.CODECOV_TOKEN }}'

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)