Commit d75117f
authored
ci(release): use setup-node@v6 tag — the pinned SHA was an orphaned tag-object SHA (#13)
Pinning to the v6 major tag's commit SHA is fragile: v6 is a moving
lightweight tag, and a new v6.x release orphaned/GC'd the commit the SHA
pointed to → GitHub Actions couldn't resolve it ("unable to find version
48b55a0…", 422 on direct commit lookup). Use the moving @v6 tag directly
(matches oven-sh/setup-bun@v2 precedent in .github/actions/setup);
dependabot keeps it current. Trusted-publishing behavior unchanged.1 parent 27ab6b4 commit d75117f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments