diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5a91fa..a389966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: run: uv sync --locked --all-packages - name: Restore Hypothesis example database - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .hypothesis/examples key: hypothesis-${{ matrix.python-version }}-${{ github.run_id }} diff --git a/.github/workflows/deep-checks.yml b/.github/workflows/deep-checks.yml index b62b7b3..b6a2767 100644 --- a/.github/workflows/deep-checks.yml +++ b/.github/workflows/deep-checks.yml @@ -35,7 +35,7 @@ jobs: run: uv sync --locked --all-packages - name: Restore Hypothesis example database - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .hypothesis/examples key: hypothesis-deep-${{ github.run_id }}