File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818 with :
1919 persist-credentials : false
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
22+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2323 with :
2424 node-version-file : .node-version
2525 cache : npm
Original file line number Diff line number Diff line change 1717 name : Validate PR title
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : benhodgson87/conventional-pull-request-action@0934412ade38453193a02fdfdf5c57e4f3b45c75 # v1.2.0
20+ - uses : benhodgson87/conventional-pull-request-action@5cc233b5bbe95b3293e9e464ded984ed47755abe # v2.0.1
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1313 with :
1414 persist-credentials : false
1515 show-progress : false
1616
1717 - name : Setup Node.js
18- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
18+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
1919 with :
2020 node-version-file : .node-version
2121 cache : npm
Original file line number Diff line number Diff line change 3333
3434 # persist-credentials must stay enabled: the tag step below pushes to `origin`
3535 # using the credentials this checkout writes into .git/config.
36- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737 if : ${{ steps.release.outputs.release_created }}
3838 - name : Tag Major and Minor versions
3939 if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments