commit | 64eeeee3ccf3f1c4d685077f7d30a4f5f2a24d88 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Dec 01 18:06:06 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Dec 01 18:06:06 2023 +0000 |
tree | b96af62eaa5e8161ba4b335a4c69abea75ab575e | |
parent | 32461a74cd84e3ba33266b3d9c932d233a6f3380 [diff] |
Bump peter-evans/create-or-update-comment (#203) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from cf8251698e3d53de4e69e4fd13cfd7abb2c230fd to 89116ac2b0e62400f009d5326e35980590945423. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/89116ac2b0e62400f009d5326e35980590945423"><code>89116ac</code></a> build(deps-dev): bump <code>@âtypes/node</code> from 18.18.12 to 18.18.13 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/285">#285</a>)</li> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/0917427245f534bf3543b3a25a7ccf7efcb1bcbe"><code>0917427</code></a> build(deps-dev): bump eslint from 8.53.0 to 8.54.0 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/284">#284</a>)</li> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/80228a828564de2c565fe0ea6620d4b8699658d5"><code>80228a8</code></a> build(deps-dev): bump <code>@âtypes/node</code> from 18.18.9 to 18.18.12 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/283">#283</a>)</li> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/b2c2ea48c8372531b25379e516637a72161eedbe"><code>b2c2ea4</code></a> build(deps-dev): bump prettier from 3.0.3 to 3.1.0 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/282">#282</a>)</li> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/a6e9cd36f51df4b62eda17117243a51ea193c133"><code>a6e9cd3</code></a> build(deps-dev): bump <code>@âtypes/node</code> from 18.18.8 to 18.18.9 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/281">#281</a>)</li> <li><a href="https://github.com/peter-evans/create-or-update-comment/commit/dcd5071c1f58993b37b23453a52551064049b514"><code>dcd5071</code></a> build(deps-dev): bump eslint from 8.52.0 to 8.53.0 (<a href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/280">#280</a>)</li> <li>See full diff in <a href="https://github.com/peter-evans/create-or-update-comment/compare/cf8251698e3d53de4e69e4fd13cfd7abb2c230fd...89116ac2b0e62400f009d5326e35980590945423">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`. --- <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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index bd56d83..8b9c162 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml
@@ -119,7 +119,7 @@ echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV - name: Create comment - uses: peter-evans/create-or-update-comment@cf8251698e3d53de4e69e4fd13cfd7abb2c230fd + uses: peter-evans/create-or-update-comment@89116ac2b0e62400f009d5326e35980590945423 if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }} continue-on-error: true with: @@ -128,7 +128,7 @@ edit-mode: replace - name: Update comment - uses: peter-evans/create-or-update-comment@cf8251698e3d53de4e69e4fd13cfd7abb2c230fd + uses: peter-evans/create-or-update-comment@89116ac2b0e62400f009d5326e35980590945423 if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }} with: comment-id: ${{ env.COMMENT_ID }}
diff --git a/.github/workflows/publish_internal.yaml b/.github/workflows/publish_internal.yaml index 5283206..df4f0d0 100644 --- a/.github/workflows/publish_internal.yaml +++ b/.github/workflows/publish_internal.yaml
@@ -51,7 +51,7 @@ echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV - name: Create comment - uses: peter-evans/create-or-update-comment@cf8251698e3d53de4e69e4fd13cfd7abb2c230fd + uses: peter-evans/create-or-update-comment@89116ac2b0e62400f009d5326e35980590945423 if: ${{ (hashFiles('output/comment.md') != '') && fromJSON(env.write-comments ) && (env.COMMENT_ID == '') }} with: issue-number: ${{ github.event.number }} @@ -59,7 +59,7 @@ edit-mode: replace - name: Update comment - uses: peter-evans/create-or-update-comment@cf8251698e3d53de4e69e4fd13cfd7abb2c230fd + uses: peter-evans/create-or-update-comment@89116ac2b0e62400f009d5326e35980590945423 if: ${{ (hashFiles('output/comment.md') != '') && fromJSON(env.write-comments ) && (env.COMMENT_ID != '') }} with: comment-id: ${{ env.COMMENT_ID }}