Skip to content

Commit 0fddf3b

Browse files
Bump actions/checkout from 4 to 5 (#761)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a6b2ef commit 0fddf3b

File tree

2 files changed

+3
-3
lines changed

2 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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: 'ros-industrial/industrial_ci@master'
1717
env:
1818
ROS_DISTRO: noetic

.github/workflows/reusable_ici.yml

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

0 commit comments

Comments
 (0)