We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b085d commit c4caa3eCopy full SHA for c4caa3e
.github/workflows/scala.yml
@@ -39,7 +39,8 @@ jobs:
39
steps:
40
- name: Checkout code
41
uses: actions/checkout@v6.0.2
42
- - uses: coursier/cache-action@v6
+ # gh api repos/coursier/cache-action/commits/v6.4.9 --jq '.sha'
43
+ - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c
44
- name: Setup JDK and sbt
45
uses: actions/setup-java@v4.2.1
46
with:
0 commit comments