Skip to content

Commit

Permalink
CI: bump actions/cache from 3 to 4 (see PR #434)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Jan 26, 2024
2 parents ce39529 + 4b45fbd commit c7209b4
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 c7209b4

Please sign in to comment.