From a0cdcee6053c7ed48cef651f37802a3dbe83361c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 09:22:21 +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/coverage.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 +++++----- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cd3b550..17a4ad68 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/coverage.yml b/.github/workflows/coverage.yml index 0ef4ef2b..379f5504 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 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 5c1370d9..3add35bd 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 @@ -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 @@ -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 @@ -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 @@ -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