diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-27 15:28:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-27 15:28:32 +0200 |
commit | 388a31d241a81aa316ab1bb8b4ffef85afa7bb5b (patch) | |
tree | e35cda345fb768ea98069db3fe221190eed1c1b6 /.github/actions | |
parent | d92ffe661ccff8cf64f08272d778c9bcc3f6e3af (diff) | |
download | PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.tar.gz PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.tar.zst PeerTube-388a31d241a81aa316ab1bb8b4ffef85afa7bb5b.zip |
Upgrade CI actions
Diffstat (limited to '.github/actions')
-rw-r--r-- | .github/actions/reusable-prepare-peertube-build/action.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/reusable-prepare-peertube-build/action.yml b/.github/actions/reusable-prepare-peertube-build/action.yml index 41ebf71c5..e02c0b333 100644 --- a/.github/actions/reusable-prepare-peertube-build/action.yml +++ b/.github/actions/reusable-prepare-peertube-build/action.yml | |||
@@ -12,12 +12,12 @@ runs: | |||
12 | 12 | ||
13 | steps: | 13 | steps: |
14 | - name: Use Node.js | 14 | - name: Use Node.js |
15 | uses: actions/setup-node@v1 | 15 | uses: actions/setup-node@v3 |
16 | with: | 16 | with: |
17 | node-version: ${{ inputs.node-version }} | 17 | node-version: ${{ inputs.node-version }} |
18 | 18 | ||
19 | - name: Cache Node.js modules | 19 | - name: Cache Node.js modules |
20 | uses: actions/cache@v2 | 20 | uses: actions/cache@v3 |
21 | with: | 21 | with: |
22 | path: | | 22 | path: | |
23 | **/node_modules | 23 | **/node_modules |