Skip to content

Commit 3195c88

Browse files
dependabot[bot]dlemstra
authored andcommitted
Bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cd0a0a commit 3195c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
s3rver -d . &
126126
127127
- name: DotNet Setup
128-
uses: actions/setup-dotnet@v1
128+
uses: actions/setup-dotnet@v2
129129
with:
130130
dotnet-version: |
131131
6.0.x

0 commit comments

Comments
 (0)