From f5202a8d1862c282681aed9529177db483eb4552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:43:36 +0000 Subject: [PATCH] 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] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8c4875f..040f1643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: # FIXME: Temporarily disabled because of build errors #- name: Cache snd-dummy - # uses: actions/cache@v3 + # uses: actions/cache@v4 # with: # path: ${{ env.SND_DUMMY_DIR }} # key: linux-${{ env.LINUX_VERSION }}-snd-dummy @@ -454,7 +454,7 @@ jobs: echo %WINPTY_URL%>> urls.txt - name: Cache downloaded files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: downloads key: ${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('urls.txt') }}