From 2fc64f5838fe62cb5c81ef6b7f1cb28026cfb64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:19:52 +0000 Subject: [PATCH] Bump actions/cache from 3.0.6 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. - [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.0.6...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/docs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 668abf8f..b23f809c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: uses: gradle/wrapper-validation-action@v1 - name: Cache - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.7 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg') }} @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-pip- - name: Cache - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.7 with: path: ~/.gradle key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle.kts') }} @@ -89,7 +89,7 @@ jobs: # Cache Plugin Verifier IDEs - name: Setup Plugin Verifier IDEs Cache - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.7 with: path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9e79eb8d..c6ba1328 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: python-version: '3.10' architecture: 'x64' - - uses: actions/cache@v3.0.6 + - uses: actions/cache@v3.0.7 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}