Skip to content

Commit a61c70b

Browse files
authored
build(deps): bump actions/setup-dotnet from 5.0.0 to 5.0.1 (#8150)
2 parents fad36ae + 98723b1 commit a61c70b

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/[email protected].0
46+
- uses: actions/[email protected].1
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/[email protected].0
114+
uses: actions/[email protected].1
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/[email protected].0
26+
- uses: actions/[email protected].1
2727
with:
2828
dotnet-version: '8.0.x'
2929
- name: Set up JDK 11
@@ -93,7 +93,7 @@ jobs:
9393
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
9494
restore-keys: |
9595
${{ runner.os }}-maven-
96-
- uses: actions/[email protected].0
96+
- uses: actions/[email protected].1
9797
with:
9898
dotnet-version: '8.0.x'
9999
- 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/[email protected].0
48+
- uses: actions/[email protected].1
4949
with:
5050
dotnet-version: '8.0.x'
5151
- name: Set up JDK 11

0 commit comments

Comments
 (0)