File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 release-type : node
1515 # The logic below handles the npm publication:
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1717 # these if statements ensure that a publication only occurs when
1818 # a new release is created:
1919 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 55 typecheck :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
99 - run : corepack enable
1010 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1111 with :
1717 lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2121 - run : corepack enable
2222 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323 with :
3131 matrix :
3232 node-version : [20, 22, 24]
3333 steps :
34- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
34+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3535 - run : corepack enable
3636 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3737 with :
You can’t perform that action at this time.
0 commit comments