Skip to content

Commit a43a118

Browse files
dependabot[bot]ckipp01
authored andcommitted
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0f6b15 commit a43a118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Coursier cache
9292
uses: coursier/cache-action@v6
9393
- name: Cache sbt
94-
uses: actions/cache@v2.1.7
94+
uses: actions/cache@v3
9595
with:
9696
path: ~/.sbt
9797
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

0 commit comments

Comments
 (0)