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 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v6
1515 with :
1616 # Fetch all git history for correct changelog commits
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v6
1818 - name : Use Node.js 16
1919 uses : actions/setup-node@v6
2020 with :
3939 build :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v6
4343 - name : Use Node.js 16
4444 uses : actions/setup-node@v6
4545 with :
6060 build-storybook :
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v6
6464 - name : Use Node.js 16
6565 uses : actions/setup-node@v6
6666 with :
8787 runs-on : ubuntu-22.04
8888 steps :
8989 - name : Checkout
90- uses : actions/checkout@v3
90+ uses : actions/checkout@v6
9191 - name : Use Node.js 16
9292 uses : actions/setup-node@v6
9393 with :
You can’t perform that action at this time.
0 commit comments