Skip to content

Commit ed5c60c

Browse files
Bump actions/setup-dotnet from 5.2.0 to 5.4.0 (#82)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@c2fa09f...26b0ec1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f25dea commit ed5c60c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pr_validation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install .NET SDK"
32-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
32+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
3333
with:
3434
global-json-file: "./global.json"
3535

@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: 0
6262

6363
- name: "Install .NET SDK"
64-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
64+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
6565
with:
6666
global-json-file: "./global.json"
6767

@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989

9090
- name: "Install .NET SDK"
91-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
91+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
9292
with:
9393
global-json-file: "./global.json"
9494

@@ -134,7 +134,7 @@ jobs:
134134
fetch-depth: 0
135135

136136
- name: "Install .NET SDK"
137-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
137+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
138138
with:
139139
global-json-file: "./global.json"
140140

@@ -179,7 +179,7 @@ jobs:
179179
fetch-depth: 0
180180

181181
- name: "Install .NET SDK"
182-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
182+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
183183
with:
184184
global-json-file: "./global.json"
185185

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: "Install .NET SDK"
33-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
33+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
3434
with:
3535
global-json-file: "./global.json"
3636

@@ -81,7 +81,7 @@ jobs:
8181
fetch-depth: 0
8282

8383
- name: "Install .NET SDK"
84-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
84+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
8585
with:
8686
global-json-file: "./global.json"
8787

@@ -172,7 +172,7 @@ jobs:
172172
fetch-depth: 0
173173

174174
- name: "Install .NET SDK"
175-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
175+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
176176
with:
177177
global-json-file: "./global.json"
178178

@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 0
209209

210210
- name: "Install .NET SDK"
211-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
211+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1
212212
with:
213213
global-json-file: "./global.json"
214214

0 commit comments

Comments
 (0)