From 16a77dc8808e204301d3a934f5cbdc301d1de14e Mon Sep 17 00:00:00 2001 From: Universal-Omega Date: Tue, 12 Apr 2022 04:08:27 +0000 Subject: [PATCH] Update workflow from Universal-Omega/.github (https://github.com/Universal-Omega/.github/commit/4d5b5c4ed247c79c7128cd08bd3aed7f43c127dd) --- .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 28484c2..6b15a77 100644 --- a/.github/workflows/mediawiki-tests.yml +++ b/.github/workflows/mediawiki-tests.yml @@ -209,7 +209,7 @@ jobs: fi - name: Cache docker image - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: /home/runner/docker-images/${{ env.DOCKER_IMAGE }} key: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_LATEST_TAG }} @@ -221,7 +221,7 @@ jobs: - name: Cache quibble docker image if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }} - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: /home/runner/docker-images/${{ env.QUIBBLE_DOCKER_IMAGE }} key: ${{ env.QUIBBLE_DOCKER_IMAGE }}:${{ env.QUIBBLE_DOCKER_LATEST_TAG }} @@ -257,7 +257,7 @@ jobs: git -C src/ log -n 1 --format="%H" - name: Cache dependencies (composer and npm) - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.0.2 with: path: /home/runner/cache key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}