File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 OS : ${{ matrix.os }}
2525 NODE_VERSION : ${{ matrix.node }}
2626 steps :
27- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
27+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2828 - run : git fetch --prune --unshallow
2929 - run : git config --global user.name 'Actions'
3030 - run : git config --global user.email 'dummy@example.org'
Original file line number Diff line number Diff line change 1515 release-type : node
1616 package-name : commit-and-tag-version
1717 # The logic below handles the npm publication:
18- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
18+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1919 # these if statements ensure that a publication only occurs when
2020 # a new release is created:
2121 if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments