Skip to content

Commit 8054d21

Browse files
algolia-botrenovate[bot]Fluf22
committed
chore(deps): dependencies 2025-09-15 (generated)
algolia/api-clients-automation#5341 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Raffray <[email protected]>
1 parent 2941840 commit 8054d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Create ticket
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
script: |
1818
const action = context.payload.action;

.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
2525

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

0 commit comments

Comments
 (0)