diff options
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index eaad5db64..2566f5ba8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml | |||
@@ -31,7 +31,7 @@ jobs: | |||
31 | PGHOST: localhost | 31 | PGHOST: localhost |
32 | 32 | ||
33 | steps: | 33 | steps: |
34 | - uses: actions/checkout@v2 | 34 | - uses: actions/checkout@v3 |
35 | 35 | ||
36 | - uses: './.github/actions/reusable-prepare-peertube-build' | 36 | - uses: './.github/actions/reusable-prepare-peertube-build' |
37 | with: | 37 | with: |