Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit aa9b0df

Browse files
Bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a61f07a commit aa9b0df

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
path: core/target/data
4141
key: odc-data
42-
- uses: actions/setup-dotnet@v1
42+
- uses: actions/setup-dotnet@v2
4343
with:
4444
dotnet-version: '6.0.x'
4545
- name: Set up JDK 1.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cd ..
103103
- name: Setup dotnet
104104
if: ${{ fromJSON(steps.purl-parser.outputs.result).type == 'nuget' }}
105-
uses: actions/setup-dotnet@v1
105+
uses: actions/setup-dotnet@v2
106106
with:
107107
dotnet-version: '6.0.x'
108108
- name: Setup dotnet fp-project

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
path: ~/.m2/repository/
2020
key: mvn-repo
21-
- uses: actions/setup-dotnet@v1
21+
- uses: actions/setup-dotnet@v2
2222
with:
2323
dotnet-version: '6.0.x'
2424
- name: Set up JDK 1.8

.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@v1
48+
- uses: actions/setup-dotnet@v2
4949
with:
5050
dotnet-version: '6.0.x'
5151
- name: Set up JDK 1.8

0 commit comments

Comments
 (0)