Skip to content

Commit 2c4a279

Browse files
Bump actions/checkout from 4 to 6 (#292)
1 parent 3d937a8 commit 2c4a279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: ${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v6
4040
- id: ici
4141
name: Run industrial_ci
4242
uses: ros-industrial/industrial_ci@master

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: pre-commit
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-python@v5
2020
- name: Install clang-format
2121
run: sudo apt-get install clang-format

0 commit comments

Comments
 (0)