Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
from miraheze/.github (miraheze/.github@05e4e00)
  • Loading branch information
Universal-Omega committed Mar 9, 2023
1 parent aee6c71 commit 08561ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mediawiki-tests.yml
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit 08561ec

Please sign in to comment.