Skip to content

Commit 54753f7

Browse files
authored
Bump actions/checkout from 6 to 7 (#408)
1 parent d7ce6f5 commit 54753f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.10'

.github/workflows/ci-ros-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
linter: [copyright, lint_cmake]
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: ros-tooling/setup-ros@v0.7
1616
- uses: ros-tooling/action-ros-lint@v0.1
1717
with:

.github/workflows/reusable_ici.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
steps:
3939
- name: Checkout ${{ inputs.ref_for_scheduled_build }} when build is not scheduled
4040
if: ${{ github.event_name != 'schedule' }}
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v7
4242
- name: Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
4343
if: ${{ github.event_name == 'schedule' }}
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
ref: ${{ inputs.ref_for_scheduled_build }}
4747
- run: docker network create --subnet=192.168.56.0/24 ursim_net

0 commit comments

Comments
 (0)