Skip to content

Commit 3f1f8a2

Browse files
Bump actions/setup-dotnet from 4.3.0 to 4.3.1 (#101)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32afc12 commit 3f1f8a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333
runs-on: ${{ matrix.job.os }}
3434
steps:
3535
- name: Setup netcoreapp3.1
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
dotnet-version: "3.1.425"
3939
- name: Setup net5.0
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
4141
with:
4242
dotnet-version: "5.0.408"
4343
- name: Setup net6.0
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].1
4545
with:
4646
dotnet-version: "6.0.403"
4747
- name: Setup net7.0
48-
uses: actions/[email protected].0
48+
uses: actions/[email protected].1
4949
with:
5050
dotnet-version: "7.0.100"
5151
- name: Run dotnet --info

0 commit comments

Comments
 (0)