From ee25e944f91b15ebd3c07172476c0df7900113d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:57:17 +0000 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [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/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish-doc.yml | 2 +- .github/workflows/transifex.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8b4756d..0c58d095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }} @@ -59,7 +59,7 @@ jobs: # - name: Checkout # uses: actions/checkout@v4 # -# - uses: actions/cache@v4.1.2 +# - uses: actions/cache@v4.2.0 # with: # path: ~/.cache/pip # key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }} @@ -156,7 +156,7 @@ jobs: sudo apt-get update sudo apt-get install qttools5-dev-tools - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }} diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 8db03e25..9d84f680 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -32,7 +32,7 @@ jobs: node-version: '12' - name: Cache project dependencies (pip) - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/doc.txt') }} diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index 080b5af6..cab631a5 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -23,7 +23,7 @@ jobs: with: python-version: '3.10' - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}