Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6 (OpenAPITools#9614)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2021
1 parent 46bf3e8 commit 9999494
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-supported-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java }}

- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml', 'modules/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
path: |
~/.gradle/caches
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/openapi-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
java-version: 11
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
with:
java-version: 11
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/samples-dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: maven-repository
with:
Expand All @@ -32,7 +32,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
- name: Cache test dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: pub-cache
with:
Expand All @@ -56,7 +56,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: maven-repository
with:
Expand All @@ -65,7 +65,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
- name: Cache test dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: pub-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: maven-repository
with:
Expand Down

0 comments on commit 9999494

Please sign in to comment.