Skip to content

Commit

Permalink
change to cache v3 for the versions (#2991)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 authored Feb 12, 2024
1 parent 7ad697c commit 64c1b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native_jni_s3_pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
distribution: 'corretto'
java-version: 17
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
Expand Down

0 comments on commit 64c1b96

Please sign in to comment.