From a7671e04396ee96c806921936e8b929157d648af Mon Sep 17 00:00:00 2001 From: Lee Mills <8024370+millnut@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:21:35 +0000 Subject: [PATCH] ci: update deprecated checkout action to latest version --- .github/workflows/localgov_microsites.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/localgov_microsites.yml b/.github/workflows/localgov_microsites.yml index e9759e9..4cb28ad 100644 --- a/.github/workflows/localgov_microsites.yml +++ b/.github/workflows/localgov_microsites.yml @@ -76,7 +76,7 @@ jobs: php-version: ${{ matrix.php-version }} - name: Clone drupal_container - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: localgovdrupal/drupal-container ref: php${{ matrix.php-version }} @@ -173,7 +173,7 @@ jobs: steps: - name: Clone Drupal container - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: localgovdrupal/drupal-container ref: php${{ matrix.php-version }}