From fed709f442447bc9ea39146ab36bd1d1e4822844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:02:44 +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/ci.yml | 4 ++-- .github/workflows/transifex.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0727c2..f3bdb12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@master - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }} @@ -108,7 +108,7 @@ jobs: sudo apt-get update sudo apt-get install qt5-default qttools5-dev-tools - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }} diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index ead3bf5c..b0ede53b 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -21,7 +21,7 @@ jobs: with: python-version: 3.8 - - uses: actions/cache@v2 + - uses: actions/cache@v3.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}