Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kevin-lee committed Apr 14, 2024
1 parent 39776ad commit 05a0865
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
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 @@ -32,7 +32,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.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@v4
uses: actions/cache@v4.0.2
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@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand All @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-sbt-${{ matrix.scala.binary-version }}-
- name: Cache npm
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
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@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand All @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-sbt-${{ matrix.scala.binary-version }}-
- name: Cache npm
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ matrix.node.version }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.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@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
distribution: ${{ matrix.scala.java-distribution }}

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

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

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

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

0 comments on commit 05a0865

Please sign in to comment.