We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdcb1d commit e466440Copy full SHA for e466440
.github/workflows/composer-jobs.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Cache Composer packages
29
id: composer-cache
30
- uses: actions/cache@v3
+ uses: actions/cache@v4.0.2
31
with:
32
path: vendor
33
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments