Skip to content

Commit a7772d8

Browse files
Update actions/setup-dotnet action to v5.0.1 (#2944)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 6d51ed2 commit a7772d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Setup .NET SDK
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
4242
with:
4343
global-json-file: global.json
4444
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET SDK
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
global-json-file: global.json
2424
- name: Build

.github/workflows/tests-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/[email protected]
2323
- name: Setup .NET SDK
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525
with:
2626
global-json-file: global.json
2727
- name: Output AWS CLI version

0 commit comments

Comments
 (0)