From 1ecbeef71a936570a2a359de9656f57bf75e52d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:24:38 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.2.4 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.3.2. - [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/v3.2.4...v3.3.2) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32722f7..f47ecfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }} - name: Set up mypy cache - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.mypy_cache key: mypy-${{ matrix.python-version }}