Skip to content

Commit c8ec888

Browse files
dependabot[bot]oshai
authored andcommitted
Bump actions/cache from 4.2.0 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a56e94a commit c8ec888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Restore native cache
4545
id: cache-native
46-
uses: actions/[email protected].0
46+
uses: actions/[email protected].1
4747
with:
4848
path: |
4949
scripts/build
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Restore Gradle cache
5858
id: cache-gradle
59-
uses: actions/[email protected].0
59+
uses: actions/[email protected].1
6060
with:
6161
path: |
6262
~/.gradle/caches

0 commit comments

Comments
 (0)