Update github actions

This commit is contained in:
Chocobozzz 2024-02-06 07:34:58 +01:00
parent d7e496d3a3
commit ca90b8f651
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 10 additions and 10 deletions

View file

@ -12,12 +12,12 @@ runs:
steps: steps:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: ${{ inputs.node-version }} node-version: ${{ inputs.node-version }}
- name: Cache Node.js modules - name: Cache Node.js modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
**/node_modules **/node_modules

View file

@ -31,7 +31,7 @@ jobs:
PGHOST: localhost PGHOST: localhost
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: './.github/actions/reusable-prepare-peertube-build' - uses: './.github/actions/reusable-prepare-peertube-build'
with: with:

View file

@ -35,7 +35,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

View file

@ -15,7 +15,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: master ref: master
- name: Set matrix for build - name: Set matrix for build
@ -58,7 +58,7 @@ jobs:
- -
name: Checkout develop name: Checkout develop
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: ${{ matrix.ref }} ref: ${{ matrix.ref }}
- -

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- -
name: Checkout develop name: Checkout develop
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: develop ref: develop

View file

@ -18,7 +18,7 @@ jobs:
CI_BRANCH_BASE: develop CI_BRANCH_BASE: develop
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: './.github/actions/reusable-prepare-peertube-build' - uses: './.github/actions/reusable-prepare-peertube-build'
with: with:

View file

@ -52,7 +52,7 @@ jobs:
YOUTUBE_DL_DOWNLOAD_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }} YOUTUBE_DL_DOWNLOAD_BEARER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: './.github/actions/reusable-prepare-peertube-build' - uses: './.github/actions/reusable-prepare-peertube-build'
with: with:
@ -61,7 +61,7 @@ jobs:
- uses: './.github/actions/reusable-prepare-peertube-run' - uses: './.github/actions/reusable-prepare-peertube-run'
- name: Cache fixtures - name: Cache fixtures
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
fixtures fixtures