Skip to content

Commit ceda45c

Browse files
Update GitHub Actions workflow to use actions/cache@v4
The workflow was using the deprecated actions/cache@v2 which GitHub is now automatically failing. Updated to v4 to fix CI build failures. Co-Authored-By: Sam Fertig <sam.fertig@codeium.com>
1 parent 9fffe6d commit ceda45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
distribution: zulu
2424
java-version: '11'
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
with:
2727
path: |
2828
~/.gradle/caches

0 commit comments

Comments
 (0)