Skip to content

Commit

Permalink
Bump octokit/request-action from 2.1.8 to 2.1.9 (#4783)
Browse files Browse the repository at this point in the history
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](octokit/request-action@352d2ae...89697eb)

---
updated-dependencies:
- dependency-name: octokit/request-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 9, 2023
1 parent f9da9e8 commit 59d9a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_cpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
echo "JOB_STATUS=$(python -c "print('${{ job.status }}'.lower())")" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
if: always() && job.status == 'failure' && runner.os == 'Windows'

- uses: octokit/request-action@352d2ae93e1805721b5fe308598555ba3bd2c8e2
- uses: octokit/request-action@89697eb6635e52c6e1e5559f15b5c91ba5100cb0
name: Update status with Github Status API
id: update_status
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_cpython_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "JOB_STATUS=$(python -c "print('${{ job.status }}'.lower())")" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
if: always() && job.status == 'failure' && runner.os == 'Windows'

- uses: octokit/request-action@352d2ae93e1805721b5fe308598555ba3bd2c8e2
- uses: octokit/request-action@89697eb6635e52c6e1e5559f15b5c91ba5100cb0
name: Update status with Github Status API
id: update_status
with:
Expand Down

0 comments on commit 59d9a8a

Please sign in to comment.