From d77ff438e6f7187b8fbc61baad53c1949b1d0525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:14:50 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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.11) --- 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..eec6509995a 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.11 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.11 with: path: | ~/.gradle/caches diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c18ca69fdee..6b6c010cd54 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.11 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.11 with: path: ~/.cache/pip key: ${{ runner.os }}-pip restore-keys: | ${{ runner.os }}-pip- ${{ runner.os }}- - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.gradle/caches diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 5ccd00a02b1..07da5d7c78f 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.11 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.11 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sanity_test.yml b/.github/workflows/sanity_test.yml index 213c43b716f..16c6bb7af3a 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.11 with: path: ~/.cache/pip key: ${{ runner.os }}-pip restore-keys: | ${{ runner.os }}-pip- ${{ runner.os }}- - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.11 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sync-from-external-sources.yml b/.github/workflows/sync-from-external-sources.yml index 2da8e105422..95daba9fe4a 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.11 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.11 with: path: ~/.cache/pip key: ${{ runner.os }}-pip diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50195638de1..48070283321 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.11 with: path: | ~/.gradle/caches