File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 node_version : [ 18, 20, 22 ]
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : setup Node.js ${{ matrix.node_version }}
1616 uses : actions/setup-node@v4
1717 with :
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Setup Node.js
1414 uses : actions/setup-node@v4
1515 with :
You can’t perform that action at this time.
0 commit comments