Skip to content

Commit ea59868

Browse files
MNT: (deps): Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent daa4bba commit ea59868

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.2.0
18+
uses: actions/checkout@v4.2.1
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)