Skip to content

Commit

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

build(deps): bump actions/cache from 4.0.2 to 4.1.1
  • Loading branch information
caesar-ralf authored Oct 14, 2024
2 parents e60eefd + 9fdee9b commit 17e87ac
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.0.2
uses: actions/cache@v4.1.1
with:
path: ~/.m2
key: ${{ runner.os }}-java-${{ matrix.java_version }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 17e87ac

Please sign in to comment.