We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898f2c3 commit 4ab4c31Copy full SHA for 4ab4c31
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo "::set-output name=directory::$(composer config cache-dir)"
42
43
- name: Cache composer dependencies
44
- uses: actions/cache@v3.3.1
+ uses: actions/cache@v4.1.1
45
with:
46
path: ${{ steps.composer-cache.outputs.directory }}
47
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments