Skip to content

Commit 07dddfc

Browse files
Bump gradle/actions from 3 to 4 in the actions group (#668)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gaëtan Muller <[email protected]>
1 parent 883bc6f commit 07dddfc

File tree

5 files changed

+9
-30
lines changed

5 files changed

+9
-30
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
java-version: '17'
2828
distribution: 'temurin'
29-
- uses: gradle/actions/setup-gradle@v3
29+
- uses: gradle/actions/setup-gradle@v4
3030
with:
3131
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
3232
- name: Copy CI gradle.properties
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
java-version: '17'
5050
distribution: 'temurin'
51-
- uses: gradle/actions/setup-gradle@v3
51+
- uses: gradle/actions/setup-gradle@v4
5252
with:
5353
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
5454
- name: Copy CI gradle.properties
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
java-version: '17'
7777
distribution: 'temurin'
78-
- uses: gradle/actions/setup-gradle@v3
78+
- uses: gradle/actions/setup-gradle@v4
7979
with:
8080
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
8181
- name: Copy CI gradle.properties
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
java-version: '17'
104104
distribution: 'temurin'
105-
- uses: gradle/actions/setup-gradle@v3
105+
- uses: gradle/actions/setup-gradle@v4
106106
with:
107107
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
108108
- name: Copy CI gradle.properties
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
java-version: '17'
131131
distribution: 'temurin'
132-
- uses: gradle/actions/setup-gradle@v3
132+
- uses: gradle/actions/setup-gradle@v4
133133
with:
134134
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
135135
- name: Copy CI gradle.properties
@@ -179,7 +179,7 @@ jobs:
179179
with:
180180
java-version: '17'
181181
distribution: 'temurin'
182-
- uses: gradle/actions/setup-gradle@v3
182+
- uses: gradle/actions/setup-gradle@v4
183183
with:
184184
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
185185
- name: Copy CI gradle.properties

.github/workflows/dependency_graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
java-version: '17'
2727
distribution: 'temurin'
2828
- name: Submit dependency graph
29-
uses: gradle/actions/dependency-submission@v3
29+
uses: gradle/actions/dependency-submission@v4
3030
with:
3131
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

.github/workflows/gradle_wrapper_validation.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
with:
7070
java-version: '17'
7171
distribution: 'temurin'
72-
- uses: gradle/actions/wrapper-validation@v3
73-
- uses: gradle/actions/setup-gradle@v3
72+
- uses: gradle/actions/setup-gradle@v4
7473
with:
7574
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
7675
- name: Assemble nightly release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3636
settings-path: ${{ github.workspace }} # location for the settings.xml file
3737
# the publishing section of your build.gradle
38-
- uses: gradle/actions/setup-gradle@v3
38+
- uses: gradle/actions/setup-gradle@v4
3939
with:
4040
cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
4141
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)