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 c4b3774 commit d687ceaCopy full SHA for d687cea
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: echo "::set-output name=directory::$(composer config cache-dir)"
46
47
- name: Cache composer dependencies
48
- uses: actions/[email protected].3
+ uses: actions/[email protected].4
49
with:
50
path: ${{ steps.composer-cache.outputs.directory }}
51
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments