Skip to content

Commit 408f836

Browse files
chore(deps): update actions/setup-dotnet action to v5.1.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-dotnet | v5.0.1 | v5.1.0 |
1 parent 4be5657 commit 408f836

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Look to see if there is a cache hit for the corresponding requirements file
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
5959

60-
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
60+
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
6161
with:
6262
dotnet-version: |
6363
8
@@ -111,7 +111,7 @@ jobs:
111111
restore-keys: |
112112
${{ runner.os }}-nuget-
113113
114-
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
114+
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
115115
with:
116116
dotnet-version: 10
117117
dotnet-quality: ga

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-nuget-
3737
38-
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
38+
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
3939
with:
4040
dotnet-version: 10
4141
dotnet-quality: ga

0 commit comments

Comments
 (0)