Skip to content

Commit f5644cf

Browse files
🛠️ Bump actions/checkout from 4 to 5
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]>
1 parent 3e526af commit f5644cf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# free up a lot of stuff from /usr/local
8686
sudo rm -rf /usr/local
8787
df -h
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v5
8989
# NOTE: Testspace is temporarily disabled and needs to be installed for the MoveIt org
9090
# See: https://github.com/moveit/moveit2/issues/2852
9191
# - uses: testspace-com/setup-testspace@v1

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'moveit/moveit2') }}
140140

141141
steps:
142-
- uses: actions/checkout@v4
142+
- uses: actions/checkout@v5
143143
- name: Set up Docker Buildx
144144
uses: docker/setup-buildx-action@v3
145145
- name: Login to Github Container Registry

.github/workflows/docker_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Lint Dockerfiles
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- uses: hadolint/[email protected]
2626
with:
2727
dockerfile: .docker/${{ matrix.DOCKERFILE_PATH }}/Dockerfile

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Format
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.x

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
name: "${{ matrix.distro }}"
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: industrial_ci
2626
uses: ros-industrial/industrial_ci@master

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# free up a lot of stuff from /usr/local
5656
sudo rm -rf /usr/local
5757
df -h
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
# Testspace disabled temporarily: https://github.com/moveit/moveit2/issues/2852
6060
# - uses: testspace-com/setup-testspace@v1
6161
# if: github.repository == 'moveit/moveit2'

.github/workflows/tutorial_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'moveit/moveit2') }}
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Set up Docker Buildx
3232
uses: docker/setup-buildx-action@v3
3333
- name: Login to Github Container Registry

0 commit comments

Comments
 (0)