From fffa9f610e1868420d4c4017b3bed7543e5b0832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:32:24 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Dependabot couldn't find the original pull request head commit, 92fbb5f70b1c7ce3fc4a4cfa5e82f1f52c7f66b8. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e2c4a8a..b79f910 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: with: python-version: "3.12" - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: ~/.cache/pip