Skip to content

Commit 767f188

Browse files
chore(deps): bump actions/cache from 4 to 6 (#1205)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gergely Békési <slapec93@users.noreply.github.com>
1 parent 177bf0c commit 767f188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-react-native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
java-version: 17
8181

8282
- name: Cache Gradle
83-
uses: actions/cache@v4
83+
uses: actions/cache@v6
8484
with:
8585
path: |
8686
~/.gradle/caches

0 commit comments

Comments
 (0)