Skip to content

Commit 3f1c4c6

Browse files
Bump actions/checkout from 4.2.2 to 6.0.2 (#215)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a31ca4 commit 3f1c4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: checkout code
54-
uses: actions/checkout@v4.2.2
54+
uses: actions/checkout@v6.0.2
5555
- name: Setup .NET
5656
uses: actions/setup-dotnet@v4.3.1
5757
with:

0 commit comments

Comments
 (0)