Skip to content

Commit 84421ea

Browse files
🛠️ Bump actions/checkout from 3 to 4 (#2339)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 47d92ef commit 84421ea

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# free up a lot of stuff from /usr/local
8282
sudo rm -rf /usr/local
8383
df -h
84-
- uses: actions/checkout@v3
84+
- uses: actions/checkout@v4
8585
- uses: testspace-com/setup-testspace@v1
8686
if: github.repository == 'ros-planning/moveit2'
8787
with:

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'ros-planning/moveit2') }}
155155

156156
steps:
157-
- uses: actions/checkout@v3
157+
- uses: actions/checkout@v4
158158
- name: Set up Docker Buildx
159159
uses: docker/setup-buildx-action@v2
160160
- 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@v3
24+
- uses: actions/checkout@v4
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
@@ -15,7 +15,7 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.10'

.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@v3
24+
- uses: actions/checkout@v4
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@v3
58+
- uses: actions/checkout@v4
5959
- uses: testspace-com/setup-testspace@v1
6060
if: github.repository == 'ros-planning/moveit2'
6161
with:

0 commit comments

Comments
 (0)