Skip to content

Commit 3022c51

Browse files
Bump actions/checkout from 1 to 4 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 1 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10e1bb8 commit 3022c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpplint_modified_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cpplint_modified_files:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1 # v1, NOT v2 or v3 or v4
14+
- uses: actions/checkout@v4 # v1, NOT v2 or v3 or v4
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.x

0 commit comments

Comments
 (0)