From 5de23a9adc6403481654c6e7672737d36195f075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:53:27 +0000 Subject: [PATCH] Bump actions/cache from 3.2.6 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [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.2.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index e76b330..d846d00 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -13,12 +13,12 @@ jobs: with: java-version: 1.8 - name: Cache Coursier - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: ~/.cache/coursier key: sbt-coursier-cache - name: Cache SBT - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: ~/.sbt key: sbt-${{ hashFiles('**/build.sbt') }}