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

Commit

Permalink
Bump ros-tooling/action-ros-ci from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 29, 2020
1 parent 1279707 commit 7f660f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2
- name: Run action-ros-ci to build and test
uses: ros-tooling/[email protected].0
uses: ros-tooling/[email protected].1
with:
target-ros1-distro: ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }}
target-ros2-distro: ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2
- name: Run action-ros-ci to build and test
uses: ros-tooling/[email protected].0
uses: ros-tooling/[email protected].1
with:
target-ros1-distro: ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }}
target-ros2-distro: ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}
Expand Down

0 comments on commit 7f660f9

Please sign in to comment.