Skip to content

Commit 13c84df

Browse files
Bump actions/checkout from 3.0.2 to 3.1.0 (#41)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 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@v3.0.2...v3.1.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 c059ebb commit 13c84df

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
@@ -56,7 +56,7 @@ jobs:
5656
dotnet-version: "6.0.100"
5757
- name: Run dotnet --info
5858
run: dotnet --info
59-
- uses: actions/checkout@v3.0.2
59+
- uses: actions/checkout@v3.1.0
6060
with:
6161
fetch-depth: 0
6262
- name: Build

0 commit comments

Comments
 (0)