diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index a10ac24..30eb7b2 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -20,7 +20,7 @@ jobs: with: python-version: "3.13" - name: Cache - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.0.0 with: path: ~/.cache/pip key: pip-format