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 Mar 25, 2024
1 parent 6e4d09f commit 78427fe
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-graal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
java-version: ${{ env.GRAALVM_JAVA_VERSION }}
- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
java-version: ${{ env.GRAALVM_JAVA_VERSION }}
- uses: ilammy/msvc-dev-cmd@v1
- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: ${{ matrix.scala.java-version }}

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

- 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 @@ -30,7 +30,7 @@ jobs:
java-version: ${{ matrix.scala.java-version }}

- name: Cache SBT
uses: actions/cache@v4.0.0
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 @@ -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-${{ 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 @@ -27,7 +27,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 @@ -38,7 +38,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-${{ 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 @@ -26,7 +26,7 @@ jobs:
java-version: ${{ env.GH_JAVA_VERSION }}

- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -64,7 +64,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 @@ -113,7 +113,7 @@ jobs:
java-version: ${{ env.GH_JAVA_VERSION }}

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

- name: Cache SBT
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
~/.ivy2/cache
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1

- 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 78427fe

Please sign in to comment.