Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Jan 19, 2024
1 parent 70149af commit d2f1704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v5
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Run benchmarks on main branch
run: python benchmarks/global_benchmark.py
- name: Checkout PR branch
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run benchmarks on PR branch
Expand All @@ -42,7 +42,7 @@ jobs:
echo "::set-output name=TIMING_COMPARISON::$(python benchmarks/compare_timings.py)"
- name: Comment PR
if: github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit d2f1704

Please sign in to comment.