From dfe34d255926088e596f34ada4b301c4481d0153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:36:50 +0000 Subject: [PATCH] CI: bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Closes #12756 --- .github/workflows/awslc.yml | 4 ++-- .github/workflows/linux.yml | 16 ++++++++-------- .github/workflows/ngtcp2-linux.yml | 10 +++++----- .github/workflows/quiche-linux.yml | 6 +++--- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/awslc.yml b/.github/workflows/awslc.yml index b4011a42a71133..48525164149445 100644 --- a/.github/workflows/awslc.yml +++ b/.github/workflows/awslc.yml @@ -60,7 +60,7 @@ jobs: name: 'install prereqs and impacket' - name: cache awslc - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-awslc env: cache-name: cache-awslc @@ -119,7 +119,7 @@ jobs: name: 'install prereqs and impacket' - name: cache awslc - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-awslc env: cache-name: cache-awslc diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ff0e310aa9dd96..0a3aecc6d7d368 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -209,7 +209,7 @@ jobs: - name: cache bearssl if: contains(matrix.build.install_steps, 'bearssl') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-bearssl env: cache-name: cache-bearssl @@ -230,7 +230,7 @@ jobs: - name: cache libressl if: contains(matrix.build.install_steps, 'libressl') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-libressl env: cache-name: cache-libressl @@ -249,7 +249,7 @@ jobs: - name: cache mbedtls if: contains(matrix.build.install_steps, 'mbedtls') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-mbedtls env: cache-name: cache-mbedtls @@ -266,7 +266,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 @@ -284,7 +284,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 @@ -302,7 +302,7 @@ jobs: - name: cache msh3 if: contains(matrix.build.install_steps, 'msh3') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-msh3 env: cache-name: cache-msh3 @@ -329,7 +329,7 @@ jobs: - name: cache rustls if: contains(matrix.build.install_steps, 'rustls') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-rustls env: cache-name: cache-rustls @@ -371,7 +371,7 @@ jobs: - name: cache mod_h2 if: contains(matrix.build.install_steps, 'pytest') - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-mod_h2 env: cache-name: cache-mod_h2 diff --git a/.github/workflows/ngtcp2-linux.yml b/.github/workflows/ngtcp2-linux.yml index 84149f57c10dc8..eab27846f1c07b 100644 --- a/.github/workflows/ngtcp2-linux.yml +++ b/.github/workflows/ngtcp2-linux.yml @@ -94,7 +94,7 @@ jobs: name: 'install prereqs and impacket, pytest, crypto, apache2' - name: cache quictls - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-quictls-no-deprecated env: cache-name: cache-quictls-no-deprecated @@ -118,7 +118,7 @@ jobs: - name: cache gnutls - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-gnutls env: cache-name: cache-gnutls @@ -146,7 +146,7 @@ jobs: - name: cache wolfssl - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-wolfssl env: cache-name: cache-wolfssl @@ -172,7 +172,7 @@ jobs: - name: cache nghttp3 - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nghttp3 env: cache-name: cache-nghttp3 @@ -214,7 +214,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 diff --git a/.github/workflows/quiche-linux.yml b/.github/workflows/quiche-linux.yml index fd1740295eee37..14b3073a30f43a 100644 --- a/.github/workflows/quiche-linux.yml +++ b/.github/workflows/quiche-linux.yml @@ -82,7 +82,7 @@ jobs: name: 'install prereqs and impacket, pytest, crypto' - name: cache nghttpx - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nghttpx env: cache-name: cache-nghttpx @@ -126,7 +126,7 @@ jobs: name: 'install nghttp2' - name: cache quiche - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-quiche env: cache-name: cache-quiche @@ -154,7 +154,7 @@ jobs: name: 'build quiche and boringssl' - name: cache mod_h2 - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-mod_h2 env: cache-name: cache-mod_h2