Skip to content

Commit 3871cc9

Browse files
MNT: (deps): Bump actions/checkout from 4.1.7 to 4.2.0 (#321)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 551f9d9 commit 3871cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/superlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Checks out a copy of your repository on the ubuntu-latest machine
1717
- name: Checkout code
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.0
1919
with:
2020
# super-linter needs the full git history to get the
2121
# list of files that changed across commits

0 commit comments

Comments
 (0)