From 3718be79213f1ac873745b4c5cb4e7bdbc62b276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 11:01:01 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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/v2.1.6...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow-ci.yaml b/.github/workflows/workflow-ci.yaml index 4f62084c..9d16c929 100644 --- a/.github/workflows/workflow-ci.yaml +++ b/.github/workflows/workflow-ci.yaml @@ -18,7 +18,7 @@ jobs: name: CI scala_${{ matrix.scala }} spark-${{ matrix.spark }} hadoop-${{ matrix.hadoop }} steps: - name: Cache Maven packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -47,7 +47,7 @@ jobs: name: Run examples Spark Standalone steps: - name: Cache Maven packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -83,7 +83,7 @@ jobs: name: Run examples Yarn steps: - name: Cache Maven packages - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}