Skip to content

Commit f8f4c36

Browse files
Update github actions
1 parent bfb2326 commit f8f4c36

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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

.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.5.0
8080
with:
8181
versionSpec: '0.20.0'
8282
- name: Get Repo and Owner

0 commit comments

Comments
 (0)