From 3ee99e0ad70ef1d7459570f133d4839234289bd0 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Tue, 23 Dec 2025 10:21:42 +0000 Subject: [PATCH] Updating action/checkout to latest major version --- .github/workflows/base_benchmarks.yml | 2 +- .github/workflows/fork_pr_benchmarks_closed.yml | 2 +- .github/workflows/fork_pr_benchmarks_run.yml | 2 +- .github/workflows/pr_benchmarks.yml | 2 +- .github/workflows/pr_benchmarks_closed.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/base_benchmarks.yml b/.github/workflows/base_benchmarks.yml index e42b56b..93cc71e 100644 --- a/.github/workflows/base_benchmarks.yml +++ b/.github/workflows/base_benchmarks.yml @@ -9,7 +9,7 @@ jobs: checks: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bencherdev/bencher@main - name: Track base branch benchmarks with Bencher run: | diff --git a/.github/workflows/fork_pr_benchmarks_closed.yml b/.github/workflows/fork_pr_benchmarks_closed.yml index e0fccd6..7f12e50 100644 --- a/.github/workflows/fork_pr_benchmarks_closed.yml +++ b/.github/workflows/fork_pr_benchmarks_closed.yml @@ -7,7 +7,7 @@ jobs: name: Archive closed fork PR branch with Bencher runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bencherdev/bencher@main - name: Archive closed fork PR branch with Bencher run: | diff --git a/.github/workflows/fork_pr_benchmarks_run.yml b/.github/workflows/fork_pr_benchmarks_run.yml index 7541d6d..f4b021e 100644 --- a/.github/workflows/fork_pr_benchmarks_run.yml +++ b/.github/workflows/fork_pr_benchmarks_run.yml @@ -9,7 +9,7 @@ jobs: name: Run Fork PR Benchmarks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Mock Benchmarking run: | /bin/echo '{ "bencher::mock_0": { "latency": { "value": 1.0 } } }' > benchmark_results.json diff --git a/.github/workflows/pr_benchmarks.yml b/.github/workflows/pr_benchmarks.yml index 04af1d2..deb0457 100644 --- a/.github/workflows/pr_benchmarks.yml +++ b/.github/workflows/pr_benchmarks.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bencherdev/bencher@main - name: Track PR Benchmarks with Bencher run: | diff --git a/.github/workflows/pr_benchmarks_closed.yml b/.github/workflows/pr_benchmarks_closed.yml index 5e12bcd..d62dad5 100644 --- a/.github/workflows/pr_benchmarks_closed.yml +++ b/.github/workflows/pr_benchmarks_closed.yml @@ -9,7 +9,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: bencherdev/bencher@main - name: Archive closed PR branch with Bencher run: |