From eef3f5964141fceeb0024b18dd25b2760d4b6056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:52:47 +0000 Subject: [PATCH] Upgrade: Bump actions/cache from 4.1.1 to 4.2.0 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](https://github.com/actions/cache/compare/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] --- .github/workflows/build-graal.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/checks.yml | 2 +- .github/workflows/doc-site-build-only.yml | 4 ++-- .github/workflows/doc-site-publish.yml | 4 ++-- .github/workflows/release.yml | 10 +++++----- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-graal.yml b/.github/workflows/build-graal.yml index e7f18dd..474cc0d 100644 --- a/.github/workflows/build-graal.yml +++ b/.github/workflows/build-graal.yml @@ -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 @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbf12f6..e898fb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e9d238a..fe909f3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 diff --git a/.github/workflows/doc-site-build-only.yml b/.github/workflows/doc-site-build-only.yml index f1a189f..3211044 100644 --- a/.github/workflows/doc-site-build-only.yml +++ b/.github/workflows/doc-site-build-only.yml @@ -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 @@ -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') }} diff --git a/.github/workflows/doc-site-publish.yml b/.github/workflows/doc-site-publish.yml index c14f685..e6ee475 100644 --- a/.github/workflows/doc-site-publish.yml +++ b/.github/workflows/doc-site-publish.yml @@ -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 @@ -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') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54cd4ec..fa7869e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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