Skip to content

Commit

Permalink
Bump actions/cache from 3.3.3 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.3...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kevin-lee committed Jan 22, 2024
1 parent e992047 commit c78b6dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc-site-build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand All @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-sbt-${{ matrix.scala.binary-version }}-
- name: Cache npm
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ matrix.node.version }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc-site-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand All @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-sbt-${{ matrix.scala.binary-version }}-
- name: Cache npm
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ matrix.node.version }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
distribution: ${{ env.GH_JAVA_DISTRIBUTION }}

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- uses: olafurpg/setup-gpg@v3

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- uses: olafurpg/setup-gpg@v3

- name: Cache SBT
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
~/.ivy2/cache
Expand Down

0 comments on commit c78b6dd

Please sign in to comment.