Skip to content

Commit 59e1126

Browse files
ci: pin actions/setup-dotnet action to v5 (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2abe904 commit 59e1126

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@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
31+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6969

7070
- name: 🔽 Setup dotnet from global.json
71-
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
71+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
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@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
137+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
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@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
173+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5
174174
with:
175175
global-json-file: global.json
176176
dotnet-version: |

0 commit comments

Comments
 (0)