Skip to content

Commit 5e9b440

Browse files
build(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58c8e72 commit 5e9b440

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-appimage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
packages: read
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Cache apt packages
2020
uses: awalsh128/cache-apt-pkgs-action@latest
@@ -60,7 +60,7 @@ jobs:
6060
contents: write
6161

6262
steps:
63-
- uses: actions/checkout@v6
63+
- uses: actions/checkout@v7
6464

6565
- name: Setup Emscripten cache
6666
id: cache-emsdk
@@ -123,7 +123,7 @@ jobs:
123123
contents: write
124124

125125
steps:
126-
- uses: actions/checkout@v6
126+
- uses: actions/checkout@v7
127127

128128
- name: Setup Node.js
129129
uses: actions/setup-node@v6

.github/workflows/ros-rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# action-ros-ci checks the repo out to its own ros_ws/src, not to
2121
# ${{ github.workspace }}. Do an explicit checkout first so the
2222
# .repos file passed to vcs-repo-file-url below is reachable.
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424

2525
- uses: ros-tooling/setup-ros@v0.7
2626
with:

.github/workflows/ubuntu-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020

2121
- name: Cache apt packages
2222
uses: awalsh128/cache-apt-pkgs-action@latest

0 commit comments

Comments
 (0)