]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Update to actions/cache@v3
authorTim Duesterhus <tim@bastelstu.be>
Sat, 9 Apr 2022 20:08:42 +0000 (22:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 05:13:24 +0000 (07:13 +0200)
No functional changes for our use case, but we should keep this current.

.github/workflows/vtest.yml

index e413b20f57d8f4f588f49f9f548379a0c293313a..7a1c1ef62a5f63c5b49bdd662ae0222d3c367e65 100644 (file)
@@ -58,7 +58,7 @@ jobs:
     - name: Cache SSL libs
       if: ${{ matrix.ssl && matrix.ssl != 'stock' && matrix.ssl != 'BORINGSSL=yes' && matrix.ssl != 'QUICTLS=yes' }}
       id: cache_ssl
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: '~/opt/'
         key: ssl-${{ steps.generate-cache-key.outputs.key }}
@@ -66,7 +66,7 @@ jobs:
     - name: Cache OpenTracing
       if: ${{ contains(matrix.FLAGS, 'USE_OT=1') }}
       id: cache_ot
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: '~/opt-ot/'
         key: ot-${{ matrix.CC }}-${{ env.OT_CPP_VERSION }}-${{ contains(matrix.name, 'ASAN') }}