aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-27 15:28:32 +0200
committerChocobozzz <me@florianbigard.com>2022-06-27 15:28:32 +0200
commit388a31d241a81aa316ab1bb8b4ffef85afa7bb5b (patch)
treee35cda345fb768ea98069db3fe221190eed1c1b6 /.github/workflows/benchmark.yml
parentd92ffe661ccff8cf64f08272d778c9bcc3f6e3af (diff)
downloadPeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.tar.gz
PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.tar.zst
PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.zip
Upgrade CI actions
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml2
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: