From 371074be739791d39bf303672914777fbf071556 Mon Sep 17 00:00:00 2001 From: David Watkins Date: Mon, 16 Sep 2024 14:17:57 +0100 Subject: [PATCH] Update maven.yml --- .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 41c509906..85a6858a3 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@v4 - name: Set up JDK 11 uses: actions/setup-java@v2