We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4aa82 commit ce4fa1dCopy full SHA for ce4fa1d
.github/workflows/test.yml
@@ -29,12 +29,12 @@ jobs:
29
curl -s https://bashunit.typeddevs.com/install.sh | bash
30
31
- name: Setup PHP for running a local web server
32
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
33
with:
34
php-version: '8.3'
35
36
- name: Cache Docker images
37
- uses: ScribeMD/docker-cache@0.5.0
+ uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # 0.5.0
38
39
key: docker-${{ runner.os }}-${{ hashFiles('start-local.sh') }}
40
0 commit comments