diff options
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0b9778b0..9e3ab9c5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -48,7 +48,7 @@ jobs: | |||
48 | ENABLE_OBJECT_STORAGE_TESTS: true | 48 | ENABLE_OBJECT_STORAGE_TESTS: true |
49 | 49 | ||
50 | steps: | 50 | steps: |
51 | - uses: actions/checkout@v2 | 51 | - uses: actions/checkout@v3 |
52 | 52 | ||
53 | - uses: './.github/actions/reusable-prepare-peertube-build' | 53 | - uses: './.github/actions/reusable-prepare-peertube-build' |
54 | with: | 54 | with: |
@@ -57,7 +57,7 @@ jobs: | |||
57 | - uses: './.github/actions/reusable-prepare-peertube-run' | 57 | - uses: './.github/actions/reusable-prepare-peertube-run' |
58 | 58 | ||
59 | - name: Cache fixtures | 59 | - name: Cache fixtures |
60 | uses: actions/cache@v2 | 60 | uses: actions/cache@v3 |
61 | with: | 61 | with: |
62 | path: | | 62 | path: | |
63 | fixtures | 63 | fixtures |