Skip to content

Bump octokit/request-action from 2.0.23 to 2.1.5 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_cpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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@ef2f898a5c7cdffca2a715a6b7e8db895f4d7228
- uses: octokit/request-action@51c178a8f19cd9ed46defaec278d46035e6dc1ad
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 @@ -138,7 +138,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@ef2f898a5c7cdffca2a715a6b7e8db895f4d7228
- uses: octokit/request-action@51c178a8f19cd9ed46defaec278d46035e6dc1ad
name: Update status with Github Status API
id: update_status
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_jython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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@ef2f898a5c7cdffca2a715a6b7e8db895f4d7228
- uses: octokit/request-action@51c178a8f19cd9ed46defaec278d46035e6dc1ad
name: Update status with Github Status API
id: update_status
with:
Expand Down