From d7c2075e4de0651cd2da6c4a24006e069405cc0d Mon Sep 17 00:00:00 2001 From: Vipin Mittal <109503136+vipin-mittal-acquia@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:19:21 +0530 Subject: [PATCH] Changed V3 to V4 --- .github/workflows/security-outdated-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-outdated-check.yml b/.github/workflows/security-outdated-check.yml index 1e1147789..b9fb37c29 100644 --- a/.github/workflows/security-outdated-check.yml +++ b/.github/workflows/security-outdated-check.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Drupal core dependencies and modules run: |