Skip to content

Commit

Permalink
Revert "Merge pull request #380 from spotify/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4.1.1"

This reverts commit 17e87ac, reversing
changes made to e60eefd.
  • Loading branch information
caesar-ralf committed Oct 14, 2024
1 parent baee27c commit 1e95fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 1e95fea

Please sign in to comment.