Skip to content

Commit 2d720bf

Browse files
Bump gradle/actions from 3.2.0 to 3.3.2 in /.github/workflows (#3800)
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.2.0 to 3.3.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@e24011a...db19848) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4c6e40 commit 2d720bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
with:
1515
distribution: 'temurin'
1616
java-version: 8
17-
- uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # tag=v3
17+
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # tag=v3
1818
name: spotless (license header)
1919
if: always()
2020
with:
2121
arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
22-
- uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # tag=v3
22+
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # tag=v3
2323
name: api compatibility
2424
if: always()
2525
with:
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
distribution: 'temurin'
5959
java-version: 8
60-
- uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # tag=v3
60+
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # tag=v3
6161
name: Run Gradle Tests
6262
with:
6363
arguments: ${{ matrix.test-type.arguments }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./gradlew qualifyVersionGha
3333
- name: run checks
3434
id: checks
35-
uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # tag=v3
35+
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # tag=v3
3636
with:
3737
arguments: check -x jcstress
3838

0 commit comments

Comments
 (0)