Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gradle/actions from 4.1.0 to 4.2.2 in /.github/workflows #3957

Open
wants to merge 1 commit into
base: 3.6.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
- name: spotless (license header)
if: always()
run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
Expand Down Expand Up @@ -96,6 +96,6 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
- name: Run Gradle Tests
run: ./gradlew ${{ matrix.test-type.arguments }}
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
- name: Run Gradle Tests
run: ./gradlew ${{ matrix.test-type.arguments }}
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4
- uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808
- uses: gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
- name: interpret version
id: version
#we only run the qualifyVersionGha task so that no other console printing can hijack this step's output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
- name: Run Gradle Tests
run: ./gradlew ${{ matrix.test-type.arguments }}
Loading