diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4e56e1..fa32552 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,15 +29,15 @@ jobs: curl -s https://bashunit.typeddevs.com/install.sh | bash - name: Setup PHP for running a local web server - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0 with: php-version: '8.3' - name: Cache Docker images - uses: ScribeMD/docker-cache@0.5.0 + uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # 0.5.0 with: key: docker-${{ runner.os }}-${{ hashFiles('start-local.sh') }} - name: Run the tests run: | - ./lib/bashunit \ No newline at end of file + ./lib/bashunit