File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 build :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 - uses : actions/setup-node@v3
4141 with :
4242 cache : npm
6666 run : |
6767 git config --global core.autocrlf false
6868 git config --global core.eol lf
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 - uses : actions/setup-node@v3
7171 with :
7272 cache : npm
8181 if : always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585 with :
8686 # Need to fetch entire commit history to
8787 # analyze every commit since last release
Original file line number Diff line number Diff line change 1515 name : 🤔
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
18+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1919 - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2020 with :
2121 cache : npm
You can’t perform that action at this time.
0 commit comments