Skip to content

Commit 7852797

Browse files
Bump actions/setup-dotnet from 3.0.1 to 3.0.2 (#3764)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.1...v3.0.2) --- 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 0d4c5f5 commit 7852797

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/apicompatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0 # fetching all
20-
- uses: actions/[email protected].1
20+
- uses: actions/[email protected].2
2121
with:
2222
dotnet-version: '7.0.x'
2323
include-prerelease: true

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0 # fetching all
30-
- uses: actions/[email protected].1
30+
- uses: actions/[email protected].2
3131
with:
3232
dotnet-version: '7.0.x'
3333
include-prerelease: true

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Setup .NET Core 7.0
24-
uses: actions/[email protected].1
24+
uses: actions/[email protected].2
2525
with:
2626
dotnet-version: '7.0.x'
2727
include-prerelease: true

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
fetch-depth: 0 # fetching all
2525

26-
- uses: actions/[email protected].1
26+
- uses: actions/[email protected].2
2727
with:
2828
dotnet-version: '6.0.x'
2929

30-
- uses: actions/[email protected].1
30+
- uses: actions/[email protected].2
3131
with:
3232
dotnet-version: '7.0.x'
3333
include-prerelease: true

.github/workflows/publish-packages-1.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # fetching all
2424
ref: ${{ github.ref || 'main' }}
2525

26-
- uses: actions/[email protected].1
26+
- uses: actions/[email protected].2
2727
with:
2828
dotnet-version: '7.0.x'
2929
include-prerelease: true

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0 # fetching all
2828

29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].2
3030
with:
3131
dotnet-version: '7.0.x'
3232
include-prerelease: true

0 commit comments

Comments
 (0)