Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 73ab1ce commit eef3f59
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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.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:
java-version: ${{ matrix.scala.java-version }}

- name: Cache SBT
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.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 @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Cache SBT
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.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@v4.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
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.1.1
# uses: actions/cache@v4.2.0
# 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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
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.1.1
uses: actions/cache@v4.2.0
with:
path: |
~/.ivy2/cache
Expand Down

0 comments on commit eef3f59

Please sign in to comment.