Skip to content

Commit a9489a6

Browse files
Bump actions/checkout from 3.1.0 to 3.2.0 (#43)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 e5fdabe commit a9489a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dotnet-version: "5.0.401"
4949
- name: Run dotnet --info
5050
run: dotnet --info
51-
- uses: actions/checkout@v3.1.0
51+
- uses: actions/checkout@v3.2.0
5252
with:
5353
fetch-depth: 0
5454
- name: Build

0 commit comments

Comments
 (0)