Skip to content

Commit de37dc2

Browse files
authored
feat: drop sha pin block from use-mise action (#1819)
1 parent 0761c7b commit de37dc2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

actions/use-mise/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ runs:
1616
working_directory: ${{ inputs.working_directory }}
1717
install_args: "--locked"
1818
version: 2026.6.10
19-
sha256:
20-
${{ runner.os == 'Linux' && runner.arch == 'X64' && '656131b5d995493c18b06c2135afda193f94a1848e0a4d1cb07a1161859d0c80' ||
21-
runner.os == 'Linux' && runner.arch == 'ARM64' && 'f39ef86c888efe7323c1e510a8d14614af43d030acb3d56cb1af47e66b87ef28' ||
22-
runner.os == 'macOS' && runner.arch == 'ARM64' && 'bd6117d71fe5d969d91c9b7e9abfe8a1be1a1d159061a0ae42dde6e000ef3004' ||
23-
runner.os == 'Windows' && runner.arch == 'X64' && '95e0d4b20b5e32b7c870f25931311226527440fa70dd54cb3bd5156704b101ba' }}

0 commit comments

Comments
 (0)