From facdd4ab15e17207f2c264911f531f6de33ed0a2 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:24:27 +1300 Subject: [PATCH] MNT Update GHA dependencies (#25) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index aafd752..14bd077 100644 --- a/action.yml +++ b/action.yml @@ -6,13 +6,13 @@ runs: steps: - name: Checkout code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 if: ${{ github.event_name == 'workflow_dispatch' }} - name: Install PHP - uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0 + uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 with: php-version: 8.1