From 95e36b333eea552dd9ea023cf726f8eadd0e9659 Mon Sep 17 00:00:00 2001 From: Adrian Herscu Date: Tue, 31 Dec 2024 20:26:45 +0200 Subject: [PATCH] updated to actions/cache@v4 --- .github/workflows/generate-automation-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-automation-project.yml b/.github/workflows/generate-automation-project.yml index 850a04628..c29da3fe8 100644 --- a/.github/workflows/generate-automation-project.yml +++ b/.github/workflows/generate-automation-project.yml @@ -53,7 +53,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: true - name: setup maven cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}