File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
OS : ${{ matrix.os }}
24
24
NODE_VERSION : ${{ matrix.node }}
25
25
steps :
26
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
- run : git fetch --prune --unshallow
28
28
- run : git config --global user.name 'Actions'
29
29
-
run :
git config --global user.email '[email protected] '
Original file line number Diff line number Diff line change 15
15
release-type : node
16
16
package-name : commit-and-tag-version
17
17
# The logic below handles the npm publication:
18
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
# these if statements ensure that a publication only occurs when
20
20
# a new release is created:
21
21
if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments