From 004e0dd6a789df1948c188ed29d5d8c311410a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:57:14 +0000 Subject: [PATCH] Bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [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/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-1.x.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/validate-and-test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-1.x.yml b/.github/workflows/nightly-1.x.yml index e663ec8fd..60c664549 100644 --- a/.github/workflows/nightly-1.x.yml +++ b/.github/workflows/nightly-1.x.yml @@ -45,7 +45,7 @@ jobs: uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0 - name: Cache Build Target - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: project/**/target key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1e9801293..5cdbf075b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,7 +44,7 @@ jobs: uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0 - name: Cache Build Target - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: project/**/target key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }} diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml index 3d9d5df72..ea4427e2c 100644 --- a/.github/workflows/validate-and-test.yml +++ b/.github/workflows/validate-and-test.yml @@ -44,7 +44,7 @@ jobs: uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0 - name: Cache Build Target - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: project/**/target key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }} @@ -92,7 +92,7 @@ jobs: uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # v8.1.0 - name: Cache Build Target - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: project/**/target key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }}