diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index 58ce0923..0a421e57 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -33,7 +33,7 @@ runs: python-version: '3.8' - name: Pip cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/requirements.txt') }}