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 8e9b994 commit e52839cCopy full SHA for e52839c
.github/workflows/php-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: "ergebnis/.github/actions/composer/[email protected]"
41
42
- name: "Cache dependencies installed with composer"
43
- uses: "actions/[email protected].3"
+ uses: "actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
44
with:
45
path: "${{ env.COMPOSER_CACHE_DIR }}"
46
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
0 commit comments