diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-06 02:59:52 +0000 |
---|---|---|
committer | matzbot <[email protected]> | 2023-06-06 12:42:29 +0900 |
commit | 1f64301e12dbeb5c39abd3094240ef8b470ce9d4 (patch) | |
tree | b72032bb8ed28963d4a852db34de21aca1699673 | |
parent | 79e8d91410d85509b554b0885f5bde6899c4b2da (diff) |
Bump octokit/request-action from 2.1.8 to 2.1.9
Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/octokit/request-action/releases)
- [Commits](https://github.com/octokit/request-action/compare/352d2ae93e1805721b5fe308598555ba3bd2c8e2...89697eb6635e52c6e1e5559f15b5c91ba5100cb0)
---
updated-dependencies:
- dependency-name: octokit/request-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | .github/workflows/cirrus-notify.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cirrus-notify.yml b/.github/workflows/cirrus-notify.yml index f6c11a65d3..8bcc9e68a7 100644 --- a/.github/workflows/cirrus-notify.yml +++ b/.github/workflows/cirrus-notify.yml @@ -17,7 +17,7 @@ jobs: && github.event.check_suite.head_branch == 'master' runs-on: ubuntu-latest steps: - - uses: octokit/request-action@352d2ae93e1805721b5fe308598555ba3bd2c8e2 # v2.1.8 + - uses: octokit/request-action@89697eb6635e52c6e1e5559f15b5c91ba5100cb0 # v2.1.9 id: get_failed_check_run with: route: GET /repos/${{ github.repository }}/check-suites/${{ github.event.check_suite.id }}/check-runs?status=completed |