From fbefe7159825a8c516a80f71e69b1412ae9c701f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:33:24 -0500 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.2 (#32) --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb32d883..7ee4b2fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.11' - name: Cache dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88cf6f71..e65751b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 id: cache with: path: ${{ env.pythonLocation }}