Skip to content

Commit d5fa233

Browse files
chore(deps): update gradle/actions action to v4.4.3
1 parent 292a455 commit d5fa233

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Setup gradle
2828
if: inputs.type != 'minimal'
29-
uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
29+
uses: gradle/actions/[email protected].3 fails because it uses Gradle 9.0 which is not compatible with Java < 17
3030
with:
3131
validate-wrappers: true
3232
add-job-summary: 'on-failure'

clients/algoliasearch-client-java/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version-file: .java-version
2222

2323
- name: Setup Gradle
24-
uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
24+
uses: gradle/actions/[email protected].3 fails because it uses Gradle 9.0 which is not compatible with Java < 17
2525

2626
- name: Upload Artifacts
2727
run: ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache

clients/algoliasearch-client-kotlin/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 11
2222

2323
- name: Setup Gradle
24-
uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
24+
uses: gradle/actions/[email protected].3 fails because it uses Gradle 9.0 which is not compatible with Java < 17
2525

2626
- name: Upload Artifacts
2727
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

0 commit comments

Comments
 (0)