Skip to content

Commit

Permalink
Update gradle/actions action to v4 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 67d6a18 commit d692bf3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
uses: gradle/actions/setup-gradle@v4
- name: Run tests
run: ./gradlew test functionalTest
- name: Publish Test Report
Expand All @@ -32,9 +30,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
uses: gradle/actions/setup-gradle@v4
- name: Check that the publish plugin works
run: ./gradlew publishToMavenLocal
staticAnalysis:
Expand All @@ -44,8 +40,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
uses: gradle/actions/setup-gradle@v4
- name: Run static analysis
run: ./gradlew spotlessCheck

0 comments on commit d692bf3

Please sign in to comment.