Skip to content

Commit bd1c7ec

Browse files
authored
Bump actions/checkout from 5 to 6 (backport #363) (#366)
1 parent e081749 commit bd1c7ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v5
18+
- uses: actions/checkout@v6
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@v5
14+
- uses: actions/checkout@v6
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v5
4242
- name: Checkout ${{ inputs.ref_for_scheduled_build }} on scheduled build
4343
if: ${{ github.event_name == 'schedule' }}
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
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)