From 1e95feac93756cdcd17d795e9df2c51b9c05a4ef Mon Sep 17 00:00:00 2001 From: Caesar Ralf Date: Mon, 14 Oct 2024 09:52:00 +0200 Subject: [PATCH] Revert "Merge pull request #380 from spotify/dependabot/github_actions/actions/cache-4.1.1" This reverts commit 17e87ac0b18d663d1031a44abf0de5ea11978580, reversing changes made to e60eefd181a41abaf926235879cb6bc27be9a2d5. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae4aa57..cf2fe64 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: distribution: 'zulu' java-version: ${{ matrix.java_version }} - name: Cache Maven packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.0.2 with: path: ~/.m2 key: ${{ runner.os }}-java-${{ matrix.java_version }}-m2-${{ hashFiles('**/pom.xml') }}