Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent ce39529 commit 4b45fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ea-jdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
enableCrossOsArchive: true
key: coursier_cache-${{ hashFiles('build.sbt') }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git config --global --add safe.directory $GITHUB_WORKSPACE

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
run: tools/ci/pre-show-env.sh

- name: Coursier downloads cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: coursier_cache-${{ runner.os }}-${{ hashFiles('build.sbt') }}
path: ${{ env.COURSIER_CACHE }}
Expand Down

0 comments on commit 4b45fbd

Please sign in to comment.