diff --git a/.github/workflows/mysql8-migrations.yml b/.github/workflows/mysql8-migrations.yml index 965687dc..87a464b3 100644 --- a/.github/workflows/mysql8-migrations.yml +++ b/.github/workflows/mysql8-migrations.yml @@ -34,7 +34,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: Cache pip dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}