From 403592777105bdfb1b8ccb8164f9346ae507b1d1 Mon Sep 17 00:00:00 2001 From: mattsqd Date: Tue, 30 Jul 2024 16:29:35 -0400 Subject: [PATCH] fixes #13: Action checkout v3 is deprecated. --- .github/workflows/validate-feature-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-feature-branches.yml b/.github/workflows/validate-feature-branches.yml index 0c349f9..5fcedcd 100644 --- a/.github/workflows/validate-feature-branches.yml +++ b/.github/workflows/validate-feature-branches.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Cache Composer dependencies uses: actions/cache@v3