]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/docker.yml
Upgrade CI actions
[github/Chocobozzz/PeerTube.git] / .github / workflows / docker.yml
index 68a0f173e9257abafc8e7c21ffc3ecbeeba6e2c5..9eae5d0feda7c45dcc818646067b56a23150f84e 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       matrix: ${{ steps.set-matrix.outputs.matrix }}
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           ref: master
       - name: Set matrix for build
@@ -58,7 +58,7 @@ jobs:
 
       -
         name: Checkout develop
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           ref: ${{ matrix.ref }}
       -