Skip to content

Commit

Permalink
chore(workflows): Downgrade GitHub Actions cache version
Browse files Browse the repository at this point in the history
Downgrade the GitHub Actions cache version from v4 to v3 in the main workflow file.
  • Loading branch information
hanrw committed Jun 9, 2024
1 parent 731031a commit ba2b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit ba2b6fc

Please sign in to comment.