Skip to content

Commit e5fdabe

Browse files
Bump actions/setup-dotnet from 3.0.2 to 3.0.3 (#41)
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 94fc75b commit e5fdabe

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
@@ -39,11 +39,11 @@ jobs:
3939
runs-on: ${{ matrix.job.os }}
4040
steps:
4141
- name: Setup netcoreapp3.1
42-
uses: actions/[email protected].2
42+
uses: actions/[email protected].3
4343
with:
4444
dotnet-version: "3.1.413"
4545
- name: Setup net5.0
46-
uses: actions/[email protected].2
46+
uses: actions/[email protected].3
4747
with:
4848
dotnet-version: "5.0.401"
4949
- name: Run dotnet --info

0 commit comments

Comments
 (0)