Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/biome/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
description: >-
Reviewed default when version is empty and the caller has no exact
`@biomejs/biome` pin. Drift-check monitors this input only.
default: 2.5.9
default: 2.5.10
Comment thread
kyle-sexton marked this conversation as resolved.
node-version:
description: Node.js version to set up.
default: 24.19.0
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/editorconfig/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ inputs:
default: ''
version:
description: Exact editorconfig-checker version to install.
default: 3.11.1
default: 3.11.2
sha256:
description: >-
SHA-256 of the ec-linux-amd64.tar.gz release asset for `version`. Change
together with `version`.
default: 5a37922963248451e88149251e49f6ae08f69717a3918202a51fe9945e19691e
default: bc815e5b3b1891a0ee9e1242fe3475312655f8b0f4c4a79510be0a009294571a

runs:
using: composite
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/lefthook-validate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ inputs:
description: >-
Exact Lefthook version to install. Keep this aligned with the version
used by the standards-managed consumer toolchain.
default: 2.1.10
default: 2.1.11
sha256:
description: >-
SHA-256 of the Linux_x86_64 release binary for `version`. Change
together with `version`.
default: f1de34ea0572363a525a2000d40f5a646733893ad28c924b34ac98304518073f
default: 9012055ae53e2c4de81b53d0e37d9bea19fc294a5dab86ce5ed62609ad9f0622

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/resolve-npm-tool-version.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ test("biome action wires resolve step before npx", () => {
"utf8",
);
assert.match(action, /^ {2}fallback-version:/mu);
assert.match(action, /^ {4}default: 2\.5\.9$/mu);
assert.match(action, /^ {4}default: 2\.5\.10$/mu);
assert.match(action, /resolve-npm-tool-version\.cjs/u);
assert.match(action, /PACKAGE_NAME: '@biomejs\/biome'/u);
assert.match(
Expand Down
Loading