Skip to content

Commit 5c9676a

Browse files
Bump actions/cache from 5 to 6 (#287)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...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>
1 parent b039046 commit 5c9676a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-lib.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: '0'
2020

2121
- name: Cache Gradle
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: |
2525
~/.gradle/caches
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: '0'
5353

5454
- name: Cache Gradle
55-
uses: actions/cache@v5
55+
uses: actions/cache@v6
5656
with:
5757
path: |
5858
~/.gradle/caches
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: '0'
7979

8080
- name: Cache Gradle
81-
uses: actions/cache@v5
81+
uses: actions/cache@v6
8282
with:
8383
path: |
8484
~/.gradle/caches

0 commit comments

Comments
 (0)