Skip to content

Commit f310dc2

Browse files
authored
build(deps): bump actions/setup-dotnet from 5.1.0 to 5.2.0 (#8345)
2 parents 24709ee + 8731553 commit f310dc2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
path: core/target/data
3232
key: odc-data
33-
- uses: actions/setup-dotnet@v5.1.0
33+
- uses: actions/setup-dotnet@v5.2.0
3434
with:
3535
dotnet-version: '8.0.x'
3636
- name: Set up JDKs
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
path: core/target/data
121121
key: odc-data
122-
- uses: actions/setup-dotnet@v5.1.0
122+
- uses: actions/setup-dotnet@v5.2.0
123123
with:
124124
dotnet-version: '8.0.x'
125125
- name: Set up JDKs

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
path: core/target/data
4242
key: odc-data
43-
- uses: actions/setup-dotnet@v5.1.0
43+
- uses: actions/setup-dotnet@v5.2.0
4444
with:
4545
dotnet-version: '8.0.x'
4646
- name: Set up JDK

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
path: core/target/data
4545
key: odc-data
46-
- uses: actions/setup-dotnet@v5.1.0
46+
- uses: actions/setup-dotnet@v5.2.0
4747
with:
4848
dotnet-version: '8.0.x'
4949
- name: Set up JDKs

.github/workflows/false-positive-ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
cd ..
112112
- name: Setup dotnet
113113
if: ${{ fromJSON(steps.purl-parser.outputs.result).type == 'nuget' }}
114-
uses: actions/setup-dotnet@v5.1.0
114+
uses: actions/setup-dotnet@v5.2.0
115115
with:
116116
dotnet-version: '8.0.x'
117117
- name: Setup dotnet fp-project

0 commit comments

Comments
 (0)