From bed554b6b1127b7259795c3ce682b21fd0a46e34 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:24:32 +1300 Subject: [PATCH] MNT Update GHA dependencies (#156) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb188b0..fdf20bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,11 +184,11 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install PHP # SHA will need to be updated to support new php version when they are released - uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 with: php-version: ${{ matrix.php }} extensions: curl, dom, gd, intl, json, ldap, mbstring, mysql, tidy, xdebug, zip @@ -424,7 +424,7 @@ jobs: # need to download requirements for the first time, after that it will be plenty quick # https://docs.github.com/en/actions/advanced-guides/caching-dependencies-to-speed-up-workflows - name: Enable shared composer cache - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # @v3.3.1 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # @v4.1.1 with: path: ~/.cache/composer key: shared-composer-cache @@ -937,7 +937,7 @@ jobs: # https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # @v3.1.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # @v4.4.3 if: always() with: name: ${{ env.artifacts_name }}