This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 0c5f4c62 Bump gradle/actions from 4.0.0 to 4.0.1 (#239)
0c5f4c62 is described below
commit 0c5f4c62fa2709fa211f7b875e4ab9472dac5e4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 14:35:09 2024 +0200
Bump gradle/actions from 4.0.0 to 4.0.1 (#239)
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.0.0 to
4.0.1.
- [Release notes](https://github.com/gradle/actions/releases)
-
[Commits](https://github.com/gradle/actions/compare/af1da67850ed9a4cedd57bfd976089dd991e2582...16bf8bc8fe830fa669c3c9f914d3eb147c629707)
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/gradle.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 81b77d9e..97ce4e2d 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -50,7 +50,7 @@ jobs:
# Configure Gradle for optimal use in GiHub Actions, including caching
of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
+ uses:
gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4
with:
# The setup-gradle action fails, if the wrapper is not using the
right version or is not present.
# Our `gradlew` validates the integrity of the `gradle-wrapper.jar`,
so it's safe to disable this.
@@ -75,7 +75,7 @@ jobs:
# If your project does not have the Gradle Wrapper configured, you can use
the following configuration to run Gradle with a specified version.
#
# - name: Setup Gradle
- # uses:
gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
+ # uses:
gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4
# with:
# gradle-version: '8.6'
#