Skip to content

Commit 4836aaa

Browse files
Update github actions to v5 (#1922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8db2a17 commit 4836aaa

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ jobs:
106106
clean: 'false'
107107
fetch-depth: '0'
108108
- name: 🔨 Use .NET Core 8.0 SDK
109-
uses: actions/setup-dotnet@v4.3.1
109+
uses: actions/setup-dotnet@v5.0.0
110110
with:
111111
dotnet-version: '8.0.x'
112112
- name: 🔨 Use .NET Core 9.0 SDK
113-
uses: actions/setup-dotnet@v4.3.1
113+
uses: actions/setup-dotnet@v5.0.0
114114
with:
115115
dotnet-version: '9.0.x'
116116
- name: 🔨 Use .NET Core 10.0 SDK
117-
uses: actions/setup-dotnet@v4.3.1
117+
uses: actions/setup-dotnet@v5.0.0
118118
with:
119119
dotnet-version: '10.0.x'
120120
- name: 🚒 dotnet workload restore

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
git fetch --prune
5252
- name: 📲 Install DotNet
53-
uses: actions/setup-dotnet@v4
53+
uses: actions/setup-dotnet@v5
5454
- name: ⚒️ dotnet tool restore
5555
run: |
5656
dotnet tool restore

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
git fetch --prune
5858
- name: 📲 Install DotNet
59-
uses: actions/setup-dotnet@v4
59+
uses: actions/setup-dotnet@v5
6060
- name: ⚒️ dotnet tool restore
6161
run: |
6262
dotnet tool restore

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
run: |
6161
npm ci --ignore-scripts
6262
- name: 🔨 Use .NET Core 8.0 SDK
63-
uses: actions/setup-dotnet@v4
63+
uses: actions/setup-dotnet@v5
6464
with:
6565
dotnet-version: '8.0.x'
6666
- name: 🔨 Use .NET Core 9.0 SDK
67-
uses: actions/setup-dotnet@v4
67+
uses: actions/setup-dotnet@v5
6868
with:
6969
dotnet-version: '9.0.x'
7070
- name: 🔨 Use .NET Core 10.0 SDK
71-
uses: actions/setup-dotnet@v4
71+
uses: actions/setup-dotnet@v5
7272
with:
7373
dotnet-version: '10.0.x'
7474
- name: 🚒 dotnet workload restore

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
git fetch --prune
5454
- name: 📲 Install DotNet
55-
uses: actions/setup-dotnet@v4
55+
uses: actions/setup-dotnet@v5
5656
- name: ⚒️ dotnet tool restore
5757
run: |
5858
dotnet tool restore

0 commit comments

Comments
 (0)