Skip to content

Commit 6cca3b6

Browse files
Bump actions/checkout from 4 to 6 (#142)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 1b39f8e commit 6cca3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/moxunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: true
1818
fetch-depth: 1

0 commit comments

Comments
 (0)