Skip to content

Commit

Permalink
Merge pull request #19 from s4u/cache-2.1.7
Browse files Browse the repository at this point in the history
Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
slawekjaranowski committed Dec 3, 2021
2 parents a2f82a8 + 18ed491 commit 47c2778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
java-version: '${{ inputs.java-version }}'
distribution: '${{ inputs.java-distribution }}'

- uses: actions/cache@v2.1.6
- uses: actions/cache@v2.1.7
with:
path: |
${{ inputs.cache-path }}
Expand Down

0 comments on commit 47c2778

Please sign in to comment.