Skip to content

Commit ca25c44

Browse files
algolia-botrenovate[bot]Fluf22
authored
chore(deps): dependencies 2025-09-08 (#5310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Raffray <[email protected]>
1 parent 0ec7e9d commit ca25c44

File tree

41 files changed

+126
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+126
-113
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838

3939
# JavaScript for monorepo and tooling
4040
- name: Install Node
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v5
4242
with:
4343
node-version-file: .nvmrc
4444
cache: yarn
@@ -50,7 +50,7 @@ runs:
5050
# Csharp
5151
- name: Install dotnet
5252
if: ${{ inputs.language == 'csharp' }}
53-
uses: actions/setup-dotnet@v4
53+
uses: actions/setup-dotnet@v5
5454
with:
5555
dotnet-version: ${{ inputs.version }}
5656

@@ -69,7 +69,7 @@ runs:
6969
# Golang
7070
- name: Install golang
7171
if: ${{ inputs.language == 'go' }}
72-
uses: actions/setup-go@v5
72+
uses: actions/setup-go@v6
7373
with:
7474
cache-dependency-path: clients/algoliasearch-client-go/go.sum
7575
go-version: ${{ inputs.version }}
@@ -144,7 +144,7 @@ runs:
144144
shell: bash
145145
run: pipx install poetry==2
146146

147-
- uses: actions/setup-python@v5
147+
- uses: actions/setup-python@v6
148148
if: ${{ inputs.language == 'python' }}
149149
with:
150150
python-version: ${{ inputs.version }}

.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/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Pull Request title rules
17-
uses: Slashgear/action-check-pr-title@v4.3.0
17+
uses: Slashgear/action-check-pr-title@v5.0.1
1818
with:
1919
regexp: '^(docs|chore|snippets|guides)|((?:feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)\((?:clients|generators|playground|csharp|dart|go|java|javascript|kotlin|php|python|ruby|scala|swift|cts|specs|scripts|ci|templates|deps)\)): .+'

clients/algoliasearch-client-csharp/.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;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
global-json-file: global.json
2020

clients/algoliasearch-client-dart/.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;

clients/algoliasearch-client-go/.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;

clients/algoliasearch-client-java/.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;

clients/algoliasearch-client-javascript/.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;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install Node
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version-file: .nvmrc
2222
cache: yarn

0 commit comments

Comments
 (0)