X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Factions%2Freusable-prepare-peertube-build%2Faction.yml;h=e02c0b333131546f1f73c48725275b02571049eb;hb=388a31d241a81aa316ab1bb8b4ffef85afa7bb5b;hp=41ebf71c5647a4510902a6ae9e18e3d1eb05370f;hpb=d92ffe661ccff8cf64f08272d778c9bcc3f6e3af;p=github%2FChocobozzz%2FPeerTube.git 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: steps: - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ inputs.node-version }} - name: Cache Node.js modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | **/node_modules