Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].6
- uses: actions/[email protected].7
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml', 'modules/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-

- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
path: |
~/.gradle/caches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
java-version: 11
# Cache Gradle Dependencies
- name: Setup Gradle Dependencies Cache
uses: actions/cache@v2
uses: actions/cache@v2.1.7
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}

# Cache Gradle Wrapper
- name: Setup Gradle Wrapper Cache
uses: actions/cache@v2
uses: actions/cache@v2.1.7
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
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/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
env:
cache-name: pub-cache
with:
Expand All @@ -56,7 +56,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
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/[email protected].6
uses: actions/[email protected].7
env:
cache-name: maven-repository
with:
Expand Down