From 3b09c3a48a7da3051d8dc437dea43ab61866bfa5 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 26 Apr 2023 14:40:39 +0100 Subject: [PATCH] actions: updated setup-php-action to pmmp/setup-php-action@c7fb29d83535320922068087c7285bdedbbfa3c2 --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77bc552b8..275c0cd78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Build and prepare PHP cache - uses: pmmp/setup-php-action@6dd74c145250109942b08fc63cd5118edd2fd256 + uses: pmmp/setup-php-action@c7fb29d83535320922068087c7285bdedbbfa3c2 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup PHP - uses: pmmp/setup-php-action@6dd74c145250109942b08fc63cd5118edd2fd256 + uses: pmmp/setup-php-action@c7fb29d83535320922068087c7285bdedbbfa3c2 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup PHP - uses: pmmp/setup-php-action@6dd74c145250109942b08fc63cd5118edd2fd256 + uses: pmmp/setup-php-action@c7fb29d83535320922068087c7285bdedbbfa3c2 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -118,7 +118,7 @@ jobs: submodules: true - name: Setup PHP - uses: pmmp/setup-php-action@6dd74c145250109942b08fc63cd5118edd2fd256 + uses: pmmp/setup-php-action@c7fb29d83535320922068087c7285bdedbbfa3c2 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -157,7 +157,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup PHP - uses: pmmp/setup-php-action@6dd74c145250109942b08fc63cd5118edd2fd256 + uses: pmmp/setup-php-action@c7fb29d83535320922068087c7285bdedbbfa3c2 with: php-version: ${{ matrix.php }} install-path: "./bin"