From 6a4e5aba8bc86aa9760721863eb6fd2729b7f2d8 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 20 Aug 2022 18:03:30 +0100 Subject: [PATCH] Update setup-php-action to pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4 --- .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 8ee949272..321774f40 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@f8bacc158e731ce69708390b6cce73c64aa369e0 + uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup PHP - uses: pmmp/setup-php-action@f8bacc158e731ce69708390b6cce73c64aa369e0 + uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup PHP - uses: pmmp/setup-php-action@f8bacc158e731ce69708390b6cce73c64aa369e0 + uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -115,7 +115,7 @@ jobs: submodules: true - name: Setup PHP - uses: pmmp/setup-php-action@f8bacc158e731ce69708390b6cce73c64aa369e0 + uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4 with: php-version: ${{ matrix.php }} install-path: "./bin" @@ -153,7 +153,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup PHP - uses: pmmp/setup-php-action@f8bacc158e731ce69708390b6cce73c64aa369e0 + uses: pmmp/setup-php-action@330b4c29406995550f79df53e03c470eec8b2cb4 with: php-version: ${{ matrix.php }} install-path: "./bin"