Skip to content

Commit ba06c34

Browse files
dependabot[bot]joschi
authored andcommitted
build(deps): bump actions/cache from v1 to v2.1.1 (OpenAPITools#162)
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...5ca27f2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ca29af commit ba06c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: joschi/setup-jdk@v1
2222
with:
2323
java-version: ${{ matrix.java_version }}
24-
- uses: actions/cache@v1
24+
- uses: actions/cache@v2.1.1
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)