From 93a03f7472758b7549f52dfc7143b23ec7b5e991 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 14 Nov 2023 16:16:20 +0000 Subject: [PATCH] Update CI cache action to latest version --- .github/workflows/continuous-integration-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 311eacd..83e3ee1 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -44,7 +44,8 @@ jobs: "password": "${{ secrets.GITHUB_TOKEN }}" }] - - uses: actions/cache@v2 + - name: Cache local Maven repository + uses: actions/cache@v3.3.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}