diff --git a/.github/workflows/format-code.yml b/.github/workflows/format-code.yml index ce2d2d7..3550e46 100644 --- a/.github/workflows/format-code.yml +++ b/.github/workflows/format-code.yml @@ -19,7 +19,7 @@ jobs: with: python-version: 3.8 - name: Cache - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ~/.cache/pip key: pip-format