Skip to content

Commit 6715ccd

Browse files
Bump actions/checkout from 1 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fd8f9c commit 6715ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v3.1.0
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
- name: Build with dotnet

0 commit comments

Comments
 (0)