File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 if : ${{ !startsWith(github.event.head_commit.message, 'New version') }}
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 #Setup Node
1616 with :
1717 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 1010 newversion :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
13+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414 with :
1515 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
1616 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
Original file line number Diff line number Diff line change 1111 timeout-minutes : 60
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1616 with :
1717 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
2222 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2323 with :
3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
38+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939
4040 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4141 with :
8484 fat : true
8585
8686 steps :
87- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
87+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8888
8989 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9090 with :
@@ -109,7 +109,7 @@ jobs:
109109 needs : test
110110
111111 steps :
112- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
112+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
113113
114114 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
115115 with :
Original file line number Diff line number Diff line change 1414 pull-requests : write
1515
1616 steps :
17- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1919 with :
2020 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717 - uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 #Setup Node
1818 with :
1919 node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments