From b3a574b08df8211333d066a57cc6924ac6cdee70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:41:22 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildAndTest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildAndTest.yml b/.github/workflows/buildAndTest.yml index e0677b8..f8214ce 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache SBT & ivy cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.ivy2 @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache SBT & ivy cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.ivy2 @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache SBT & ivy cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.ivy2 @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache SBT & ivy cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.ivy2 @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache SBT & ivy cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.ivy2