Skip to content

Commit e9064d1

Browse files
dependabot[bot]jas88
authored andcommitted
Bump actions/setup-dotnet from 1 to 3
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v3) --- 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 db6b7df commit e9064d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
repository: HicServices/RDMP
1919
ref: develop
2020
path: RDMP
21-
- uses: actions/setup-dotnet@v1
21+
- uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: 7.0.x
2424
- name: Get version

0 commit comments

Comments
 (0)