Skip to content

Commit 4a94434

Browse files
Bump actions/checkout from 4 to 5 (#874)
* 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]> * Delete .github/workflows/prerelease-check.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 3785f96 commit 4a94434

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

.github/workflows/humble-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
with:
4444
ref: humble
4545
- name: Build the Docker image

.github/workflows/prerelease-check.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/rolling-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
ROS_DISTRO: [rolling, kilted, jazzy]
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
ref: master
4949
- name: Build the Docker image

0 commit comments

Comments
 (0)