Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit e745c0d

Browse files
Bump eskatos/gradle-command-action from 2 to 3 (#385)
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](gradle/gradle-build-action@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>
1 parent 7fb5f62 commit e745c0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/samples-groovy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
~/.gradle
3636
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
3737
- name: Install Gradle wrapper
38-
uses: eskatos/gradle-command-action@v2
38+
uses: eskatos/gradle-command-action@v3
3939
with:
4040
gradle-version: ${{ env.GRADLE_VERSION }}
4141
build-root-directory: ${{ matrix.sample }}

.github/workflows/samples-kotlin-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
~/.gradle
6767
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
6868
- name: Install Gradle wrapper
69-
uses: eskatos/gradle-command-action@v2
69+
uses: eskatos/gradle-command-action@v3
7070
with:
7171
gradle-version: ${{ env.GRADLE_VERSION }}
7272
build-root-directory: ${{ matrix.sample }}

.github/workflows/samples-kotlin-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
~/.gradle
4848
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
4949
- name: Install Gradle wrapper
50-
uses: eskatos/gradle-command-action@v2
50+
uses: eskatos/gradle-command-action@v3
5151
with:
5252
gradle-version: ${{ env.GRADLE_VERSION }}
5353
build-root-directory: ${{ matrix.sample }}

0 commit comments

Comments
 (0)