File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222 with :
2323 token : ${{ secrets.GH_TOKEN }}
2424
2525 - name : Use Node.js
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2727 with :
2828 node-version-file : .nvmrc
2929
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 timeout-minutes : 10
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
1515 - name : Use Node.js
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1717 with :
1818 node-version-file : .nvmrc
1919
You can’t perform that action at this time.
0 commit comments