File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-22.04
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2121 - name : Set Node.js 16.x
2222 uses : actions/setup-node@v3
2323 with :
4242 test :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4646 - name : Set Node.js 16.x
4747 uses : actions/setup-node@v3
4848 with :
8585 name : " Build and release action"
8686 needs : [build, test]
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8989 with :
9090 fetch-depth : 0
9191 persist-credentials : true
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-22.04
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2121 - name : Set Node.js 16.x
2222 uses : actions/setup-node@v3
2323 with :
4242 test :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4646 - name : Set Node.js 16.x
4747 uses : actions/setup-node@v3
4848 with :
8585 name : " Build and release action"
8686 needs : [build, test]
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8989 with :
9090 fetch-depth : 0
9191 persist-credentials : true
You can’t perform that action at this time.
0 commit comments