We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731a3e4 commit ee3fb88Copy full SHA for ee3fb88
.github/workflows/ci.yml
@@ -24,5 +24,5 @@ jobs:
24
with:
25
java-version: ${{ matrix.java }}
26
distribution: temurin
27
- - uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4
+ - uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d # v6.4.5
28
- run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
0 commit comments