Skip to content

Commit

Permalink
[FIX] GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Oct 13, 2024
1 parent 24956f4 commit ec4fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: recursive

- name: Cache Gradle
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: gravit-${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}-launcher-runtime
Expand Down

0 comments on commit ec4fb37

Please sign in to comment.