From e91a6d5bce0914e89e89b2964eb4500dad938f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:23:18 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.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/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 504d98c2..23885d8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }} @@ -57,7 +57,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }} @@ -107,7 +107,7 @@ jobs: sudo apt-get update sudo apt-get install qttools5-dev-tools - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 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 d33f551f..3b47e652 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.0.0 + uses: actions/cache@v4.0.1 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 d5942d9e..ffb1d0b7 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.0.0 + - uses: actions/cache@v4.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}