From 817fad7c0057abd233c4b3ccd8a01092ddfd8bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:07:59 +0000 Subject: [PATCH] Bump actions/cache from 3.2.1 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.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/v3.2.1...v3.2.2) --- 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..a2cf9cd2 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.2 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.2 with: path: ~/.cache key: ${{ runner.os }}-scala-js-${{ hashFiles('**/*.sbt') }}