From eaeaf16b854808c7c84951cbe39e5fdbb4f127f2 Mon Sep 17 00:00:00 2001 From: Universal-Omega Date: Mon, 3 Oct 2022 02:18:38 +0000 Subject: [PATCH] Update workflow from Universal-Omega/.github (https://github.com/Universal-Omega/.github/commit/d02c5e5f8dbeac957a1a9bffc8fb4fcaab1a54cf) --- .github/workflows/mediawiki-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mediawiki-tests.yml b/.github/workflows/mediawiki-tests.yml index e9dad88..f305711 100644 --- a/.github/workflows/mediawiki-tests.yml +++ b/.github/workflows/mediawiki-tests.yml @@ -164,7 +164,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }} @@ -209,7 +209,7 @@ jobs: fi - name: Cache docker image - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 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.8 + uses: actions/cache@v3.0.9 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.8 + uses: actions/cache@v3.0.9 with: path: /home/runner/cache key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}