mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-18 00:00:11 +08:00
Bump actions/cache from 2.1.6 to 2.1.7
https://github.com/actions/cache/releases/tag/v2.1.7
This commit is contained in:
@ -75,7 +75,7 @@ runs:
|
|||||||
java-version: '${{ inputs.java-version }}'
|
java-version: '${{ inputs.java-version }}'
|
||||||
distribution: '${{ inputs.java-distribution }}'
|
distribution: '${{ inputs.java-distribution }}'
|
||||||
|
|
||||||
- uses: actions/cache@v2.1.6
|
- uses: actions/cache@v2.1.7
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ inputs.cache-path }}
|
${{ inputs.cache-path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user