From edc59de39c34fdf8bff56c3eb11e996ffed347a9 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Sun, 29 Sep 2024 15:45:40 -0400 Subject: [PATCH] [ci] Update actions/cache from v2 to v4 --- .github/workflows/testcontainers-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testcontainers-workflow.yml b/.github/workflows/testcontainers-workflow.yml index 251d4ca0..cc9cc791 100644 --- a/.github/workflows/testcontainers-workflow.yml +++ b/.github/workflows/testcontainers-workflow.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('tescontainers/**/pom.xml') }}