From: Dan Fandrich Date: Sat, 10 Feb 2024 01:23:55 +0000 (-0800) Subject: CI: bump to actions/cache@v4 to avoid warning X-Git-Tag: curl-8_7_0~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8436406a58b99570009ef0d56bd8770c94f69cfb;p=thirdparty%2Fcurl.git CI: bump to actions/cache@v4 to avoid warning --- diff --git a/.github/workflows/osslq-linux.yml b/.github/workflows/osslq-linux.yml index 997e35bab0..a15e28ccec 100644 --- a/.github/workflows/osslq-linux.yml +++ b/.github/workflows/osslq-linux.yml @@ -83,7 +83,7 @@ jobs: - name: cache openssl3 if: contains(matrix.build.install_steps, 'openssl3') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-openssl3 env: cache-name: cache-openssl3 @@ -101,7 +101,7 @@ jobs: - name: cache quictls if: contains(matrix.build.install_steps, 'quictls') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-quictls env: cache-name: cache-quictls @@ -110,7 +110,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-quictls-${{ env.quictls-version }} - name: cache quictls - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-quictls-no-deprecated env: cache-name: cache-quictls-no-deprecated @@ -134,7 +134,7 @@ jobs: - name: cache nghttp3 - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nghttp3 env: cache-name: cache-nghttp3 @@ -176,7 +176,7 @@ jobs: name: 'install nghttp2' - name: cache mod_h2 - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-mod_h2 env: cache-name: cache-mod_h2