Skip to content

Commit e2051dd

Browse files
committed
update cache action to v4
1 parent 3876f6d commit e2051dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2525
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2626
run: sbt ci-release
27-
- uses: actions/cache@v1
27+
- uses: actions/cache@v4
2828
with:
2929
path: vendor/bundle
3030
key: ${{ runner.os }}-gems

0 commit comments

Comments
 (0)