Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
0cccd59f03 Release 2.71.1 2026-04-02 00:37:25 +00:00
Taiki Endo
01b93a891a Use pwsh instead of powershell
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#defaultsrunshell

> This is the default shell used on Windows. The PowerShell Core. GitHub
  appends the extension .ps1 to your script name. If your self-hosted
  Windows runner does not have PowerShell Core installed, then
  PowerShell Desktop is used instead.

Fixes #1653
2026-04-02 09:28:57 +09:00
Taiki Endo
8ae92145e3 Update dprint@latest to 0.53.2 2026-04-01 18:40:30 +00:00
3 changed files with 37 additions and 4 deletions

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.71.1] - 2026-04-02
- Fix a regression that caused an execution policy violation on self-hosted Windows runner due to use of non-default `powershell` shell, introduced in 2.71.0.
- Update `dprint@latest` to 0.53.2.
## [2.71.0] - 2026-04-01
- Support `wasm-tools`. ([#1642](https://github.com/taiki-e/install-action/pull/1642), thanks @crepererum)
@@ -6105,7 +6111,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.71.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.71.1...HEAD
[2.71.1]: https://github.com/taiki-e/install-action/compare/v2.71.0...v2.71.1
[2.71.0]: https://github.com/taiki-e/install-action/compare/v2.70.4...v2.71.0
[2.70.4]: https://github.com/taiki-e/install-action/compare/v2.70.3...v2.70.4
[2.70.3]: https://github.com/taiki-e/install-action/compare/v2.70.2...v2.70.3

View File

@@ -58,7 +58,7 @@ runs:
Set-StrictMode -Version Latest
$action_path = $env:GITHUB_ACTION_PATH
& bash --noprofile --norc "${action_path}/main.sh"
shell: powershell
shell: pwsh
env:
# NB: Sync with non-Windows case.
INPUT_TOOL: ${{ inputs.tool }}

30
manifests/dprint.json generated
View File

@@ -28,10 +28,36 @@
},
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
"latest": {
"version": "0.53.1"
"version": "0.53.2"
},
"0.53": {
"version": "0.53.1"
"version": "0.53.2"
},
"0.53.2": {
"x86_64_linux_musl": {
"etag": "0x8DE9007EE1278D0",
"hash": "7ff2cf9b25c687bd59867528ae9a5526c17e75e82e9788bf1f84a0e3ca7163b6"
},
"x86_64_macos": {
"etag": "0x8DE9007EE1EC70A",
"hash": "902a9cff86a0ce643d5f1bb53e3e2434096511542363924e18016ee7bedb769f"
},
"x86_64_windows": {
"etag": "0x8DE9007EDFFA241",
"hash": "f18910879d6796b05b0666513391ab7963b346723c041dc4d777d3f43179e416"
},
"aarch64_linux_musl": {
"etag": "0x8DE9007EE226C77",
"hash": "c3843a4604dac7428f41f762c4c352e409c63bd634172765bbac482dc59773ba"
},
"aarch64_macos": {
"etag": "0x8DE9007EE116890",
"hash": "a185ba53f74e1e3a8ccdaf03a5d6f96b67d3fdf3f86d0d0f98950d15817eb0c4"
},
"riscv64_linux_gnu": {
"etag": "0x8DE9007EE210E69",
"hash": "9fe90a2e414cfd59c6df984a3910ce11e0c349d5326ab7debec06682f3ba1150"
}
},
"0.53.1": {
"x86_64_linux_musl": {