Skip to content

Commit 90bc250

Browse files
Chore(deps): Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f22bf16 commit 90bc250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
java-version: ${{ matrix.java }}
1919
- name: Cached .m2
20-
uses: actions/cache@v2
20+
uses: actions/cache@v2.1.4
2121
with:
2222
path: ~/.m2/repository
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-java@v1
3838
with:
3939
java-version: ${{ matrix.java }}
40-
- uses: actions/cache@v2
40+
- uses: actions/cache@v2.1.4
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-java@v1
5959
with:
6060
java-version: ${{ matrix.java }}
61-
- uses: actions/cache@v2
61+
- uses: actions/cache@v2.1.4
6262
with:
6363
path: ~/.m2/repository
6464
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)