diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index a10ac24..d024260 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@v5.0.4 with: path: ~/.cache/pip key: pip-format