From f1cf41fdccfc4c40f7a525e1e742ad5007529d4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:32:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.3 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f25b28..025dbba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 id: pip-cache with: path: ~/.cache/pip @@ -44,7 +44,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.platform }}-pip-${{ matrix.python-version }}- - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 id: pytest-cache with: path: |