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

Commit 7fff57c

Browse files
Bump ros-tooling/action-cloudwatch-metrics from 0.0.4 to 0.0.5
Bumps [ros-tooling/action-cloudwatch-metrics](https://github.com/ros-tooling/action-cloudwatch-metrics) from 0.0.4 to 0.0.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/a0c8a62b6089b105fed695935c9f6ac3cfbf3ff9"><code>a0c8a62</code></a> Allow passing a full json file (<a href="https://github-redirect.dependabot.com/ros-tooling/action-cloudwatch-metrics/issues/164">#164</a>)</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/73198bec85567fd7d444f66ca7cbda23023e9634"><code>73198be</code></a> Bump aws-sdk from 2.722.0 to 2.725.0 (<a href="https://github-redirect.dependabot.com/ros-tooling/action-cloudwatch-metrics/issues/160">#160</a>)</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/3829fb66bb0a04197598e73cca3cb244e6b7723f"><code>3829fb6</code></a> Bump aws-sdk from 2.719.0 to 2.722.0 (<a href="https://github-redirect.dependabot.com/ros-tooling/action-cloudwatch-metrics/issues/156">#156</a>)</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/58fe85de7ba8d0983da94836dffa7645b615a6ef"><code>58fe85d</code></a> Bump @types/jest from 26.0.6 to 26.0.7</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/b8757ebed6edb8b11ccc160fc2135f835686131a"><code>b8757eb</code></a> Bump aws-sdk from 2.718.0 to 2.719.0</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/6e94cff5a3885f122b0739ff968be88cafeecfda"><code>6e94cff</code></a> Bump typescript from 3.9.6 to 3.9.7</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/e4958d36048f68ef47d028f31b5f21a115df4232"><code>e4958d3</code></a> Bump @types/jest from 26.0.4 to 26.0.6</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/a1413ed92a9c0b5e5774d14bff7b14e8f0e1f230"><code>a1413ed</code></a> Bump lodash from 4.17.15 to 4.17.19</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/35beede0d69cf9d2001074055f365d5ecddf06e9"><code>35beede</code></a> Bump aws-sdk from 2.713.0 to 2.718.0</li> <li><a href="https://github.com/ros-tooling/action-cloudwatch-metrics/commit/6c9ae9ab9c7fc9c2b1309f0e1eddf43e068a05d3"><code>6c9ae9a</code></a> Bump aws-sdk from 2.712.0 to 2.713.0 (<a href="https://github-redirect.dependabot.com/ros-tooling/action-cloudwatch-metrics/issues/140">#140</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ros-tooling/action-cloudwatch-metrics/compare/0.0.4...a0c8a62b6089b105fed695935c9f6ac3cfbf3ff9">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 04d9e1d commit 7fff57c

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
@@ -59,7 +59,7 @@ jobs:
5959
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6060
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6161
aws-region: ${{ secrets.AWS_REGION }}
62-
- uses: ros-tooling/[email protected].4
62+
- uses: ros-tooling/[email protected].5
6363
with:
6464
# Checks if any of the jobs have failed.
6565
#

.github/workflows/build_and_test_release_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
5757
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5858
aws-region: ${{ secrets.AWS_REGION }}
59-
- uses: ros-tooling/[email protected].4
59+
- uses: ros-tooling/[email protected].5
6060
with:
6161
metric-dimensions: >-
6262
[

0 commit comments

Comments
 (0)