Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 30, 2021
1 parent a283191 commit 0f4433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Cache dependencies
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 0f4433d

Please sign in to comment.