We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7723fd2 commit fafa643Copy full SHA for fafa643
1 file changed
.github/workflows/ci.yml
@@ -29,13 +29,13 @@ jobs:
29
steps:
30
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31
32
- - uses: php-actions/composer@v6
+ - uses: php-actions/composer@8a65f0d3c6a1d17ca4800491a40b5756a4c164f3 # v6.1.2
33
with:
34
version: ${{ matrix.composer }}
35
php_version: ${{ matrix.php }}
36
37
- name: PHPUnit Tests
38
- uses: php-actions/phpunit@v4
+ uses: php-actions/phpunit@1789d1964b1bfda259b1cb42a72b65299c2cae35 # v4
39
40
version: ${{ matrix.phpunit }}
41
0 commit comments