Skip to content

Commit 22fe57f

Browse files
dependabot[bot]oshai
authored andcommitted
Bump actions/cache from 4.2.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.1...v4.2.2) --- 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 54c4e8c commit 22fe57f

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].1
46+
uses: actions/[email protected].2
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].1
59+
uses: actions/[email protected].2
6060
with:
6161
path: |
6262
~/.gradle/caches

0 commit comments

Comments
 (0)