Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 851b6ef

Browse files
Bump ros-tooling/action-ros-ci from 0.1.0 to 0.1.1
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.1.0 to 0.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ros-tooling/action-ros-ci/releases">ros-tooling/action-ros-ci's releases</a>.</em></p> <blockquote> <h2>0.1.1</h2> <p>Allow users to target EOL ros distros (call <code>rosdep update --include-eol-distros</code>) - fixes any Eloquent builds.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/e9bb2de25dbd413c6a95e0bd5111b4027759f6af"><code>e9bb2de</code></a> Bump patch version for bugfix release</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/517bd4a7a524d3b3b6bb2980f75db6853a1e1ba0"><code>517bd4a</code></a> Include EOL distros in rosdep update - allows builds to continue working afte...</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/a61133c3382f987dbff7570728676a76672a39be"><code>a61133c</code></a> Lay out tag and release process explicitly (<a href="https://github-redirect.dependabot.com/ros-tooling/action-ros-ci/issues/462">#462</a>)</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/a57013cb51853dac680788f59da8b7ed131ba4e0"><code>a57013c</code></a> Fix link in opening sentence of README. (<a href="https://github-redirect.dependabot.com/ros-tooling/action-ros-ci/issues/461">#461</a>)</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/8c4697540f35dcc5f552361c530a18ddbf498828"><code>8c46975</code></a> Don't run dependabot automation jobs on non-dependabot PRs, and disable the r...</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/34034463687c742fefd6769afac06f286f9b607e"><code>3403446</code></a> Bump @types/jest from 26.0.17 to 26.0.18 (<a href="https://github-redirect.dependabot.com/ros-tooling/action-ros-ci/issues/456">#456</a>)</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/9696c273170e94bfa33dab07f30b96d5d4993a0d"><code>9696c27</code></a> Bump actions/setup-node from v2.1.2 to v2.1.3</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/0ca9c530b927d29c14dbe827570bf14e72d0c622"><code>0ca9c53</code></a> Bump @types/node from 14.14.11 to 14.14.12</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/d52c77e1739f3d79ae34ac1fc0847513885bc207"><code>d52c77e</code></a> Bump @types/node from 14.14.10 to 14.14.11</li> <li><a href="https://github.com/ros-tooling/action-ros-ci/commit/7a41c5ec849672291ed60a940fa1892cde661bfd"><code>7a41c5e</code></a> Bump ros-tooling/action-cloudwatch-metrics from 0.0.4 to 0.0.5</li> <li>Additional commits viewable in <a href="https://github.com/ros-tooling/action-ros-ci/compare/0.1.0...e9bb2de25dbd413c6a95e0bd5111b4027759f6af">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 6ae8004 commit 851b6ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout source
3434
uses: actions/checkout@v2
3535
- name: Run action-ros-ci to build and test
36-
uses: ros-tooling/[email protected].0
36+
uses: ros-tooling/[email protected].1
3737
with:
3838
target-ros1-distro: ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }}
3939
target-ros2-distro: ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}

.github/workflows/build_and_test_release_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout source
3030
uses: actions/checkout@v2
3131
- name: Run action-ros-ci to build and test
32-
uses: ros-tooling/[email protected].0
32+
uses: ros-tooling/[email protected].1
3333
with:
3434
target-ros1-distro: ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }}
3535
target-ros2-distro: ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}

0 commit comments

Comments
 (0)