Skip to content

Commit 589e3cb

Browse files
committed
CI: Update github actions
1 parent 8406a20 commit 589e3cb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: "${{ matrix.env.ROS_DISTRO }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CATKIN_LINT && ' • catkin_lint' || ''}}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }}"
4343
runs-on: ubuntu-22.04
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646

4747
- name: Cache ccache
4848
uses: rhaschke/cache@main
@@ -61,7 +61,7 @@ jobs:
6161
env: ${{ matrix.env }}
6262

6363
- name: Upload clang-tidy fixes (on failure)
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v7
6565
if: failure() && steps.ici.outputs.clang_tidy_checks
6666
with:
6767
name: clang-tidy-fixes.yaml

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: pre-commit
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
submodules: recursive
1919
- name: Install clang-format

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/psf/black
32-
rev: 25.1.0
32+
rev: 26.3.1
3333
hooks:
3434
- id: black
3535
args: ["--line-length", "100"]

0 commit comments

Comments
 (0)