Skip to content

Commit baf281b

Browse files
build(deps): bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#7908)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ddda01 commit baf281b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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@v4.3.1
46+
- uses: actions/setup-dotnet@v5.0.0
4747
with:
4848
dotnet-version: '8.0.x'
4949
- name: Set up JDK 11

.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@v4.3.1
114+
uses: actions/setup-dotnet@v5.0.0
115115
with:
116116
dotnet-version: '8.0.x'
117117
- name: Setup dotnet fp-project

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2424
restore-keys: |
2525
${{ runner.os }}-maven-
26-
- uses: actions/setup-dotnet@v4.3.1
26+
- uses: actions/setup-dotnet@v5.0.0
2727
with:
2828
dotnet-version: '8.0.x'
2929
- name: Set up JDK 11
@@ -81,7 +81,7 @@ jobs:
8181
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
8282
restore-keys: |
8383
${{ runner.os }}-maven-
84-
- uses: actions/setup-dotnet@v4.3.1
84+
- uses: actions/setup-dotnet@v5.0.0
8585
with:
8686
dotnet-version: '8.0.x'
8787
- name: Set up JDK 11

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: core/target/data
4747
key: odc-data
48-
- uses: actions/setup-dotnet@v4.3.1
48+
- uses: actions/setup-dotnet@v5.0.0
4949
with:
5050
dotnet-version: '8.0.x'
5151
- name: Set up JDK 11

0 commit comments

Comments
 (0)