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 3876f6d commit e2051ddCopy full SHA for e2051dd
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
25
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
26
run: sbt ci-release
27
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
28
with:
29
path: vendor/bundle
30
key: ${{ runner.os }}-gems
0 commit comments