mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
Bump eskatos/gradle-command-action from 2 to 3 (#17719)
Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 2 to 3. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](https://github.com/eskatos/gradle-command-action/compare/v2...v3) --- updated-dependencies: - dependency-name: eskatos/gradle-command-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad73e115d9
commit
aa15ef9ab9
2
.github/workflows/samples-groovy.yaml
vendored
2
.github/workflows/samples-groovy.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
~/.gradle
|
~/.gradle
|
||||||
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
||||||
- name: Install Gradle wrapper
|
- name: Install Gradle wrapper
|
||||||
uses: eskatos/gradle-command-action@v2
|
uses: eskatos/gradle-command-action@v3
|
||||||
with:
|
with:
|
||||||
gradle-version: ${{ env.GRADLE_VERSION }}
|
gradle-version: ${{ env.GRADLE_VERSION }}
|
||||||
build-root-directory: ${{ matrix.sample }}
|
build-root-directory: ${{ matrix.sample }}
|
||||||
|
2
.github/workflows/samples-kotlin-client.yaml
vendored
2
.github/workflows/samples-kotlin-client.yaml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
~/.gradle
|
~/.gradle
|
||||||
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
||||||
- name: Install Gradle wrapper
|
- name: Install Gradle wrapper
|
||||||
uses: eskatos/gradle-command-action@v2
|
uses: eskatos/gradle-command-action@v3
|
||||||
with:
|
with:
|
||||||
gradle-version: ${{ env.GRADLE_VERSION }}
|
gradle-version: ${{ env.GRADLE_VERSION }}
|
||||||
build-root-directory: ${{ matrix.sample }}
|
build-root-directory: ${{ matrix.sample }}
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
|||||||
~/.gradle
|
~/.gradle
|
||||||
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
||||||
- name: Install Gradle wrapper
|
- name: Install Gradle wrapper
|
||||||
uses: eskatos/gradle-command-action@v2
|
uses: eskatos/gradle-command-action@v3
|
||||||
with:
|
with:
|
||||||
gradle-version: ${{ env.GRADLE_VERSION }}
|
gradle-version: ${{ env.GRADLE_VERSION }}
|
||||||
build-root-directory: ${{ matrix.sample }}
|
build-root-directory: ${{ matrix.sample }}
|
||||||
|
2
.github/workflows/samples-kotlin-server.yaml
vendored
2
.github/workflows/samples-kotlin-server.yaml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
~/.gradle
|
~/.gradle
|
||||||
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
|
||||||
- name: Install Gradle wrapper
|
- name: Install Gradle wrapper
|
||||||
uses: eskatos/gradle-command-action@v2
|
uses: eskatos/gradle-command-action@v3
|
||||||
with:
|
with:
|
||||||
gradle-version: ${{ env.GRADLE_VERSION }}
|
gradle-version: ${{ env.GRADLE_VERSION }}
|
||||||
build-root-directory: ${{ matrix.sample }}
|
build-root-directory: ${{ matrix.sample }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user