From 44ab9f3e3e7962c5106fef38d23f4191069967ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:02:22 +0000 Subject: [PATCH] Bump actions/cache from 3.0.10 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [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.0.10...v3.0.11) --- 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 57ba224d..6d9b9c55 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: #----------- CACHE ----------- - name: Cache SBT - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 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@v3.0.10 + uses: actions/cache@v3.0.11 with: # A list of files, directories, and wildcard patterns to cache and restore path: |