File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - run : corepack enable
18- - uses : actions/setup-node@v4
18+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1919 with :
2020 node-version : " 22"
2121 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -15,20 +15,19 @@ jobs:
1515 yuki-no :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - run : corepack enable
20- - uses : actions/setup-node@v4
20+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2121 with :
2222 node-version : " 22"
2323 cache : " pnpm"
2424
2525 # https://github.com/Gumball12/yuki-no/
26- - uses : Gumball12/yuki-no@wip
26+ - uses : Gumball12/yuki-no@fbefaa195fd73259626c84ff5a81a1e057360d3b # v1
2727 with :
2828 access-token : ${{ secrets.GITHUB_TOKEN }}
2929 head-repo : https://github.com/vitejs/vite.git
3030 track-from : a46f11a6c218f74b08ffb3e33a25c2ce02ba6643
3131 include : |
3232 docs/**
33- plugins : |
34- @yuki-no/plugin-release-tracking@latest
33+ release-tracking : true
You can’t perform that action at this time.
0 commit comments