Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent eb32e79 commit 6af0c3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -28,6 +28,6 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

- name: Run benchmarks
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0
uses: gradle/gradle-build-action@bdf99f9dada2506e990bac6de8ec5e3de34a04f1 # v3.2.1
with:
arguments: :benchmark:benchmark -PenableNativeTargets --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -34,6 +34,6 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

- name: Run unit tests
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0
uses: gradle/gradle-build-action@bdf99f9dada2506e990bac6de8ec5e3de34a04f1 # v3.2.1
with:
arguments: check -PenableNativeTargets --stacktrace
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

- name: Publish
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0
uses: gradle/gradle-build-action@bdf99f9dada2506e990bac6de8ec5e3de34a04f1 # v3.2.1
with:
arguments: publishAllPublicationsToSonatypeRepository -PenableNativeTargets
env:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties', 'gradle/libs.versions.toml') }}

- name: Publish Windows artifacts
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3.2.0
uses: gradle/gradle-build-action@bdf99f9dada2506e990bac6de8ec5e3de34a04f1 # v3.2.1
with:
arguments: publishMingwX64PublicationToSonatypeRepository -PenableNativeTargets
env:
Expand Down

0 comments on commit 6af0c3b

Please sign in to comment.