From 55188f48b20960f057f505f6624af91f32ade375 Mon Sep 17 00:00:00 2001 From: Universal-Omega Date: Thu, 13 Oct 2022 15:56:48 +0000 Subject: [PATCH] Update workflow from Universal-Omega/.github (https://github.com/Universal-Omega/.github/commit/f3d7fd07f69b8e738af80ee5c068263f0faf1c16) --- .github/workflows/mediawiki-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mediawiki-tests.yml b/.github/workflows/mediawiki-tests.yml index 4c285fd..ffafc8a 100644 --- a/.github/workflows/mediawiki-tests.yml +++ b/.github/workflows/mediawiki-tests.yml @@ -160,7 +160,7 @@ jobs: fi - name: Cache docker image - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 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.10 + uses: actions/cache@v3.0.11 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.10 + uses: actions/cache@v3.0.11 with: path: /home/runner/cache key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}