diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b76df4db7..163178398 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,7 +15,7 @@ jobs: name: Run pytest-benchmark benchmark runs-on: [self-hosted] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@v2 with: python-version: 3.11