From 08561ecc016b5c5daa5729e8d8f128a54fe7bd1a Mon Sep 17 00:00:00 2001 From: Universal-Omega Date: Thu, 9 Mar 2023 19:25:49 +0000 Subject: [PATCH] Update workflow from miraheze/.github (https://github.com/miraheze/.github/commit/05e4e001ff5baa8c7cc3f92e1cc5181bf8da0bc7) --- .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 6a218a1..1f823e1 100644 --- a/.github/workflows/mediawiki-tests.yml +++ b/.github/workflows/mediawiki-tests.yml @@ -146,7 +146,7 @@ jobs: fi - name: Cache docker image - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: /home/runner/docker-images/${{ env.DOCKER_IMAGE }} key: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_LATEST_TAG }} @@ -158,7 +158,7 @@ jobs: - name: Cache quibble docker image if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }} - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: /home/runner/docker-images/${{ env.QUIBBLE_DOCKER_IMAGE }} key: ${{ env.QUIBBLE_DOCKER_IMAGE }}:${{ env.QUIBBLE_DOCKER_LATEST_TAG }} @@ -202,7 +202,7 @@ jobs: git -C src/ log -n 1 --format="%H" - name: Cache dependencies (composer and npm) - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: /home/runner/cache key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}