Skip to content

Commit 23c7186

Browse files
Bump actions/setup-dotnet from 3.0.2 to 3.0.3 (#44)
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 29a714b commit 23c7186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
runs-on: ${{ matrix.job.os }}
3434
steps:
3535
- name: Setup netcoreapp3.1
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].3
3737
with:
3838
dotnet-version: "3.1.413"
3939
- name: Setup net5.0
40-
uses: actions/[email protected].2
40+
uses: actions/[email protected].3
4141
with:
4242
dotnet-version: "5.0.401"
4343
- name: Run dotnet --info

0 commit comments

Comments
 (0)