From feaec4e716b8354ec4c6fe81dbfe8004e3d3bfba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:10:11 +0000 Subject: [PATCH] Bump actions/cache from 3.2.1 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.4. - [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/v3.2.1...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e0caf3e..80216b41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: with: distribution: 'temurin' java-version: '17' - - uses: actions/cache@v3.2.1 + - uses: actions/cache@v3.2.4 with: path: ~/.cache key: ${{ runner.os }}-scala-2.13-${{ hashFiles('**/*.sbt') }} @@ -54,7 +54,7 @@ jobs: node-version: '16.x' - name: Node.js setup run: npm install jsdom@16.7.0 - - uses: actions/cache@v3.2.1 + - uses: actions/cache@v3.2.4 with: path: ~/.cache key: ${{ runner.os }}-scala-js-${{ hashFiles('**/*.sbt') }}