From b45a7090eace0baae184cc4fe9ce63d1e7aead3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:38:31 +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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae95cfe..54bec44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Restore dependencies cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | deps @@ -75,7 +75,7 @@ jobs: otp-version: ${{ env.OTP_VERSION }} - name: Restore dependencies cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | deps @@ -108,7 +108,7 @@ jobs: otp-version: ${{ env.OTP_VERSION }} - name: Restore dependencies cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | deps