Skip to content

Commit bda778e

Browse files
dependabot[bot]xuwei-k
authored andcommitted
Bump coursier/cache-action from 6 to 7
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](coursier/cache-action@v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a727242 commit bda778e

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
@@ -27,7 +27,7 @@ jobs:
2727
- shell: bash
2828
name: install sbt
2929
run: curl -Ls https://raw.githubusercontent.com/dwijnand/sbt-extras/aff36a23f7213d94189aabfcc47a32b11f3a6fba/sbt > ./sbt && chmod 0755 ./sbt
30-
- uses: coursier/cache-action@v6
30+
- uses: coursier/cache-action@v7
3131
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
3232
- run: git show --oneline --check
3333
- run: |

0 commit comments

Comments
 (0)