From dacab3b3d7064de1425d05d716bdadd843f24864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:08:42 +0000 Subject: [PATCH] Upgrade: Bump actions/cache from 4.0.0 to 4.0.2 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](https://github.com/actions/cache/compare/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] --- .github/workflows/build.yml | 2 +- .github/workflows/checks.yml | 2 +- .github/workflows/doc-site-build-only.yml | 4 ++-- .github/workflows/doc-site-publish.yml | 4 ++-- .github/workflows/manual-build.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3f48063..3a8168c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b46caf7b..542afdfb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 diff --git a/.github/workflows/doc-site-build-only.yml b/.github/workflows/doc-site-build-only.yml index 9d54b3a7..8f1fdbe8 100644 --- a/.github/workflows/doc-site-build-only.yml +++ b/.github/workflows/doc-site-build-only.yml @@ -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 @@ -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') }} diff --git a/.github/workflows/doc-site-publish.yml b/.github/workflows/doc-site-publish.yml index 536318ad..3946e54e 100644 --- a/.github/workflows/doc-site-publish.yml +++ b/.github/workflows/doc-site-publish.yml @@ -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 @@ -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') }} diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index b33d27cb..8c42fc49 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5268d4d1..791625e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -83,7 +83,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 @@ -124,7 +124,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 @@ -162,7 +162,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 @@ -212,7 +212,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