Skip to content

Commit 08d8ee6

Browse files
algolia-botrenovate[bot]millotp
authoredSep 17, 2024··
chore(deps): dependencies 2024-09-16 [skip-bc] (#3704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 9db7daf commit 08d8ee6

File tree

50 files changed

+2572
-2463
lines changed

Some content is hidden

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

50 files changed

+2572
-2463
lines changed
 

‎.github/actions/setup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
# Java for code generation
2020
- name: Install Java
2121
if: inputs.type != 'minimal'
22-
uses: actions/setup-java@v4.2.2
22+
uses: actions/setup-java@v4.3.0
2323
with:
2424
distribution: zulu
2525
java-version-file: config/.java-version
@@ -201,7 +201,7 @@ runs:
201201
if: ${{ inputs.language == 'swift' }}
202202
id: swiftformat-version
203203
shell: bash
204-
run: echo "SWIFTFORMAT_VERSION=0.54.4" >> $GITHUB_OUTPUT
204+
run: echo "SWIFTFORMAT_VERSION=0.54.5" >> $GITHUB_OUTPUT
205205

206206
- name: Checkout swiftformat
207207
if: ${{ inputs.language == 'swift' }}

‎.yarnrc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ enableGlobalCache: false
55
nodeLinker: node-modules
66

77
yarnPath: .yarn/releases/yarn-4.4.1.cjs
8+
9+
# esbuild use native binaries, we need both to work locally and on the CI.
10+
supportedArchitectures:
11+
os:
12+
- darwin
13+
- linux

0 commit comments

Comments
 (0)
Please sign in to comment.