Skip to content

Commit 6d256f6

Browse files
Update actions/cache action to v5.0.5 (#279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 727ee1a commit 6d256f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: chmod +x gradlew
4444

4545
- name: Cache Gradle dependencies
46-
uses: actions/cache@v5.0.4
46+
uses: actions/cache@v5.0.5
4747
with:
4848
path: ${{ env.GRADLE_HOME }}/caches
4949
key: |

0 commit comments

Comments
 (0)