Skip to content

Commit 12e8c25

Browse files
ci: update actions/setup-dotnet action to v5.4.0 (#289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bd0de1 commit 12e8c25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: 🔽 Setup dotnet from global.json
31-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
31+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
3232
with:
3333
global-json-file: global.json
3434
dotnet-version: |

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6969

7070
- name: 🔽 Setup dotnet from global.json
71-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
71+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
7272
with:
7373
global-json-file: global.json
7474
dotnet-version: |
@@ -134,7 +134,7 @@ jobs:
134134
name: global-json
135135

136136
- name: 🔽 Install dotnet
137-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
137+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
138138
with:
139139
global-json-file: global.json
140140
dotnet-version: |
@@ -170,7 +170,7 @@ jobs:
170170
name: global-json
171171

172172
- name: 🔽 Install dotnet
173-
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
173+
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
174174
with:
175175
global-json-file: global.json
176176
dotnet-version: |

0 commit comments

Comments
 (0)