From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:45:28 +0000 (+0000) Subject: Bump actions/cache from 3 to 4 X-Git-Tag: relicensing~123^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c8512c8697fbd514d3304e5a71ecf1bb908c9c;p=dealii.git 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] --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5147224e52..8331dc2c75 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -176,7 +176,7 @@ jobs: intel-oneapi-tbb-devel | tee dependencies.txt - name: cache install id: cache-install - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /opt/intel/oneapi key: install-${{ hashFiles('**/dependencies.txt') }}