Skip to content

Commit ce4fa1d

Browse files
authored
1 parent 8a4aa82 commit ce4fa1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
curl -s https://bashunit.typeddevs.com/install.sh | bash
3030
3131
- name: Setup PHP for running a local web server
32-
uses: shivammathur/setup-php@v2
32+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
3333
with:
3434
php-version: '8.3'
3535

3636
- name: Cache Docker images
37-
uses: ScribeMD/docker-cache@0.5.0
37+
uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # 0.5.0
3838
with:
3939
key: docker-${{ runner.os }}-${{ hashFiles('start-local.sh') }}
4040

0 commit comments

Comments
 (0)