Skip to content

Choose a tag to compare

@github-actions github-actions released this 15 Jul 01:44
55177c1

Fixed

  • downloadSops() no longer calls fs.chmodSync unconditionally on a cache hit. Tool caches on filesystems that reject chmod (e.g. an SMB/CIFS share mounted on a self-hosted runner) previously failed the run with EPERM: operation not permitted, even though the cached binary already carried the executable bit from its original download. The chmod is now skipped whenever the cached binary is already executable. (#250, #252)

Internal

  • Dependency bumps: @types/node to ^26.1.1, @vercel/ncc to ^0.44.1, prettier to ^3.9.5. (#246, #252)