We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cfc98 commit d9206edCopy full SHA for d9206ed
1 file changed
.github/workflows/package.yml
@@ -27,7 +27,7 @@ jobs:
27
echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
28
29
- name: Cache Composer dependencies
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
path: /tmp/composer-cache
33
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
0 commit comments