From b259a455b2ed6a10cb18e3b0bec2345da0d2d567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 07:03:45 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3.2.1. - [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.1.5...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e26ff4e0d..551ced9f7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -36,7 +36,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -92,7 +92,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -101,7 +101,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -157,7 +157,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -166,7 +166,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -216,7 +216,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -225,7 +225,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -281,7 +281,7 @@ jobs: java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -290,7 +290,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -346,7 +346,7 @@ jobs: run: docker-compose up -d - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -355,7 +355,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }}