From 2589134bba44d30b7a31fcf3e94493645789aac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:47:24 +0000 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 92a2a95..ad72c8d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: # A list of files, directories, and wildcard patterns to cache and restore path: | @@ -86,7 +86,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: # A list of files, directories, and wildcard patterns to cache and restore path: |