From 533f9ca8cdaa5a7a45d891bae04badfad9fba20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 10:56:04 +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/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 248ce337f..06b400007 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -46,7 +46,7 @@ jobs: distribution: "temurin" java-version: "17" - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.PIP_CACHE_DIR }} key: ${{ matrix.os }}-pip-${{ matrix.python-version }}-v1-${{ @@ -54,7 +54,7 @@ jobs: restore-keys: | ${{ matrix.os }}-pip-${{ matrix.python-version }}-v1- - name: Cache xdg - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.XDG_CACHE_HOME }} key: ${{ matrix.os }}-xdg-v1-${{ hashFiles('**/with-fuseki.sh') }}