Skip to content

Commit 1af2317

Browse files
chore(deps): update gradle/actions action to v4 (alpha) (#282)
chore(deps): update gradle/actions action to v4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef65ee2 commit 1af2317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: install postgresql-client
5959
run: sudo apt update -y && sudo apt install -y postgresql-client
6060
- name: Setup Gradle
61-
uses: gradle/actions/setup-gradle@v3
61+
uses: gradle/actions/setup-gradle@v4
6262
- name: Execute Gradle build
6363
run: ./gradlew build -PciBuild
6464
- name: copy app.jar to integration-test directory

.github/workflows/publish-release-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
distribution: temurin
5959
java-version: 21
60-
- uses: gradle/actions/setup-gradle@v3
60+
- uses: gradle/actions/setup-gradle@v4
6161
- run: ./gradlew build prepareForDocker -PciBuild -PgeneratedBufDependencyVersion=${{ env.BUF_DEPENDENCY_VERSION }}
6262
- name: Upload
6363
env:

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
distribution: temurin
5252
java-version: 17
53-
- uses: gradle/actions/setup-gradle@v3
53+
- uses: gradle/actions/setup-gradle@v4
5454
- run: ./gradlew build -PciBuild
5555

5656
# Semantic Release

0 commit comments

Comments
 (0)