Skip to content

Commit ca6f206

Browse files
chore: bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#318)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <[email protected]>
1 parent 310d75f commit ca6f206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
136136
with:
137137
node-version: 18.x
138-
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
138+
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
139139
with:
140140
dotnet-version: 3.x
141141
- name: Download build artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
187187
with:
188188
node-version: 18.x
189-
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
189+
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
190190
with:
191191
dotnet-version: 3.x
192192
- name: Download build artifacts

0 commit comments

Comments
 (0)