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 c5d5cf9 commit 899da8eCopy full SHA for 899da8e
1 file changed
.github/workflows/php.yml
@@ -15,14 +15,14 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19
20
- name: Validate composer.json and composer.lock
21
run: composer validate --strict
22
23
- name: Cache Composer packages
24
id: composer-cache
25
- uses: actions/cache@v3
+ uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
26
with:
27
path: vendor
28
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments