We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6c464 commit b77cda3Copy full SHA for b77cda3
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
47
48
- name: Cache Composer dependencies
49
- uses: actions/cache@v2
+ uses: actions/cache@v4
50
with:
51
path: ${{ steps.composercache.outputs.dir }}
52
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments