Skip to content

Commit 8c8f145

Browse files
authored
Merge pull request hub4j#1043 from hub4j/dependabot/github_actions/actions/cache-v2.1.4
Chore(deps): Bump actions/cache from v2 to v2.1.4
2 parents f22bf16 + 90bc250 commit 8c8f145

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)