Skip to content

Commit 1221fc8

Browse files
dependabot[bot]lonhuttguw
authored
Bump actions/cache from 3 to 4 (#91)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lon Hutt <[email protected]> Co-authored-by: Gunnar Wagenknecht <[email protected]>
1 parent ce837f5 commit 1221fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ jobs:
4646
distribution: 'temurin'
4747

4848
- name: Cache local Maven repository
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: ~/.m2/repository
5252
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.target') }}
5353
restore-keys: |
5454
${{ runner.os }}-m2
5555
5656
# - name: Cache IntelliJ Aspects
57-
# uses: actions/cache@v3
57+
# uses: actions/cache@v4
5858
# with:
5959
# path: ./bundles/com.salesforce.bazel.sdk/aspects
6060
# key: ${{ runner.os }}-aspects-${{ hashFiles('**/aspects/import/import-and-build.sh', '**/aspects/import/WORKSPACE') }}
6161

6262
- name: Cache Bazel repository cache
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: |
6666
~/.cache/bazel

0 commit comments

Comments
 (0)