diff --git a/.github/workflows/ci_linting.yml b/.github/workflows/ci_linting.yml index 181aabe581b..f4f63b6c9eb 100644 --- a/.github/workflows/ci_linting.yml +++ b/.github/workflows/ci_linting.yml @@ -22,7 +22,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v4 continue-on-error: true with: path: ${{ env.CPPCHECK_INSTALL_DIR }} diff --git a/.github/workflows/ci_rust.yml b/.github/workflows/ci_rust.yml index 8c8dc41dcee..c16b794e12d 100644 --- a/.github/workflows/ci_rust.yml +++ b/.github/workflows/ci_rust.yml @@ -138,7 +138,7 @@ jobs: - name: Cache OpenSSL 1.0.2 id: cache-openssl - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/openssl-102/install key: ${{ runner.os }}-openssl-102