diff --git a/.github/workflows/mysql8-check-migrations.yml b/.github/workflows/mysql8-check-migrations.yml index 51ca32f9..3f336a1a 100644 --- a/.github/workflows/mysql8-check-migrations.yml +++ b/.github/workflows/mysql8-check-migrations.yml @@ -38,7 +38,7 @@ jobs: - name: Cache pip dependencies id: cache-dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}