diff --git a/.github/workflows/test_publish.yaml b/.github/workflows/test_publish.yaml index 33f2b66..e729d8d 100644 --- a/.github/workflows/test_publish.yaml +++ b/.github/workflows/test_publish.yaml @@ -24,7 +24,7 @@ jobs: - name: Cache Pre-commit id: pre-commit-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}