-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Bump actions/checkout to v4 - Bump actions/upload-artifact to v4 Signed-off-by: Michael Orlov <[email protected]> (cherry picked from commit 5b5323d) Co-authored-by: Michael Orlov <[email protected]>
- Loading branch information
1 parent
9f766bf
commit 25ecab6
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
matrix: | ||
linter: [copyright, xmllint] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
linter: ${{ matrix.linter }} | ||
|
@@ -44,7 +44,7 @@ jobs: | |
matrix: | ||
linter: [cppcheck, cpplint, uncrustify] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
linter: ${{ matrix.linter }} | ||
|
@@ -74,7 +74,7 @@ jobs: | |
- linter: clang_format | ||
arguments: "--config rosbag2_storage_mcap/.clang-format" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
linter: ${{ matrix.linter }} | ||
|
@@ -92,7 +92,7 @@ jobs: | |
matrix: | ||
linter: [pep257, flake8] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
linter: ${{ matrix.linter }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters