Skip to content

Commit 35b1a30

Browse files
Bump actions/setup-dotnet from 3.0.2 to 3.0.3 (#2706)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 585170d commit 35b1a30

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build-and-test-BASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434

3535
- name: Setup dotnet
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
with:
3838
dotnet-version: |
3939
3.1.x

.github/workflows/build-and-test-LOGGING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131

3232
- name: Setup dotnet
33-
uses: actions/[email protected].2
33+
uses: actions/[email protected].3
3434
with:
3535
dotnet-version: |
3636
3.1.x

.github/workflows/build-and-test-NETCORE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434

3535
- name: Setup dotnet
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
with:
3838
dotnet-version: |
3939
3.1.x

.github/workflows/build-and-test-WEB.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131

3232
- name: Setup dotnet
33-
uses: actions/[email protected].2
33+
uses: actions/[email protected].3
3434
with:
3535
dotnet-version: |
3636
3.1.x

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ matrix.branch }}
2828

2929
- name: Setup dotnet
30-
uses: actions/[email protected].2
30+
uses: actions/[email protected].3
3131
with:
3232
dotnet-version: |
3333
3.1.x

.github/workflows/redfield-sanity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434

3535
- name: Setup dotnet
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
with:
3838
dotnet-version: |
3939
3.1.x

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Setup dotnet
35-
uses: actions/[email protected].2
35+
uses: actions/[email protected].3
3636
with:
3737
dotnet-version: |
3838
3.1.x

0 commit comments

Comments
 (0)