Update workflow

from Universal-Omega/.github (5510fa9888)
This commit is contained in:
Universal-Omega 2022-12-25 23:55:27 +00:00
parent 6ea00e62e6
commit 48b06ff61f

View file

@ -160,7 +160,7 @@ jobs:
fi
- name: Cache docker image
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.0
with:
path: /home/runner/docker-images/${{ env.DOCKER_IMAGE }}
key: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_LATEST_TAG }}
@ -172,7 +172,7 @@ jobs:
- name: Cache quibble docker image
if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }}
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.0
with:
path: /home/runner/docker-images/${{ env.QUIBBLE_DOCKER_IMAGE }}
key: ${{ env.QUIBBLE_DOCKER_IMAGE }}:${{ env.QUIBBLE_DOCKER_LATEST_TAG }}
@ -208,7 +208,7 @@ jobs:
git -C src/ log -n 1 --format="%H"
- name: Cache dependencies (composer and npm)
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.0
with:
path: /home/runner/cache
key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}