From db199e9a644b2c74fd60df805adba06c4ede873e Mon Sep 17 00:00:00 2001 From: David Kohler <70915561+kohlerpop1@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:39:03 -0400 Subject: [PATCH] MINOR --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index ea94da8..a4b1e9f 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -46,7 +46,7 @@ jobs: run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging - name: 5 set up a cache for maven - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.m2 key: ${{runner.os}}-m2-${{hashFiles('**/pom.xml')}}