We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a727242 commit bda778eCopy full SHA for bda778e
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- shell: bash
28
name: install sbt
29
run: curl -Ls https://raw.githubusercontent.com/dwijnand/sbt-extras/aff36a23f7213d94189aabfcc47a32b11f3a6fba/sbt > ./sbt && chmod 0755 ./sbt
30
- - uses: coursier/cache-action@v6
+ - uses: coursier/cache-action@v7
31
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
32
- run: git show --oneline --check
33
- run: |
0 commit comments