From 11899d73846872dbbbbb7d72c93a804f9bc50d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:18:53 +0000 Subject: [PATCH] build(deps): 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 8c78d2dc..1f99ce54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: with: mill-version: 0.11.6 - name: Cache mill - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.mill @@ -122,7 +122,7 @@ jobs: jdkFile: ${{ steps.download-java-temurin-8.outputs.jdkFile }} - name: Cache mill - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.mill