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