From 86bd3e1310efb460f24d73129e1298ded9c91414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 19:17:31 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.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...v3.0.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.yml | 4 ++-- .github/workflows/integration.yml | 6 +++--- .github/workflows/quality.yml | 4 ++-- .github/workflows/sanity_test.yml | 4 ++-- .github/workflows/sync-from-external-sources.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91dc6d830b5..8e2c52ea390 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: target: [ Gplay, Fdroid ] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches @@ -45,7 +45,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c18ca69fdee..e1d06d30af2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches @@ -49,14 +49,14 @@ jobs: with: python-version: 3.8 - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip restore-keys: | ${{ runner.os }}-pip- ${{ runner.os }}- - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 5ccd00a02b1..a4665b7860c 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches @@ -62,7 +62,7 @@ jobs: target: [ Gplay, Fdroid ] steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sanity_test.yml b/.github/workflows/sanity_test.yml index 213c43b716f..c6163d17294 100644 --- a/.github/workflows/sanity_test.yml +++ b/.github/workflows/sanity_test.yml @@ -28,14 +28,14 @@ jobs: with: python-version: 3.8 - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip restore-keys: | ${{ runner.os }}-pip- ${{ runner.os }}- - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sync-from-external-sources.yml b/.github/workflows/sync-from-external-sources.yml index 2da8e105422..331613db1a8 100644 --- a/.github/workflows/sync-from-external-sources.yml +++ b/.github/workflows/sync-from-external-sources.yml @@ -16,7 +16,7 @@ jobs: with: python-version: 3.8 - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip @@ -50,7 +50,7 @@ jobs: with: python-version: 3.8 - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50195638de1..b8bb03fd698 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: | ~/.gradle/caches