From ceee65ea90379cef99771dc36295d28debd8bd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:21:08 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#170) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 18c02b3..63e5a17 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache SBT & ivy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.ivy2 @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache SBT & ivy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.ivy2 @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache SBT & ivy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.ivy2 @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache SBT & ivy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.ivy2 @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache SBT & ivy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.ivy2