diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815858a..7f03689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Caching - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.1 with: path: | ${{ matrix.CACHE_PIP }} @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v4 - name: Caching - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.1 with: path: | ${{ matrix.CACHE_PIP }}