]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/actions/reusable-prepare-peertube-build/action.yml
Upgrade CI actions
[github/Chocobozzz/PeerTube.git] / .github / actions / reusable-prepare-peertube-build / action.yml
index 41ebf71c5647a4510902a6ae9e18e3d1eb05370f..e02c0b333131546f1f73c48725275b02571049eb 100644 (file)
@@ -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