From d2f1704e8c58589ac854eda7d505714dc133619a Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Fri, 19 Jan 2024 18:45:10 +0100 Subject: [PATCH] update versions --- .github/workflows/benchmarks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6d665bbb82c..6dd90c68b4e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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: @@ -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 @@ -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: |