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 2323 OS : ${{ matrix.os }}
2424 NODE_VERSION : ${{ matrix.node }}
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2727 - run : git fetch --prune --unshallow
2828 - run : git config --global user.name 'Actions'
2929 - 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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