We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e784f0e commit 4a6528aCopy full SHA for 4a6528a
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: echo "::set-output name=date::$(date +'%Y-%m')"
43
44
- name: Cache composer dependencies
45
- uses: actions/cache@v1
+ uses: actions/cache@v4
46
with:
47
path: ${{ steps.composer-cache.outputs.dir }}
48
key: ${{ runner.os }}-composer-${{ steps.key-date.outputs.date }}-${{ hashFiles('composer.json') }}-${{ matrix.prefer-lowest }}
0 commit comments