From 0e0a5ad684efc5e465a2e212bd384f1d30ddeee4 Mon Sep 17 00:00:00 2001 From: David Watkins Date: Mon, 16 Sep 2024 14:19:28 +0100 Subject: [PATCH] Update maven.yml upgraded to v4 checkout action --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 41c5099065..62e6524cba 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@4 - name: Set up JDK 11 uses: actions/setup-java@v2