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 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Repo
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v6
1616 with :
1717 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 55 index :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@v6
99 - name : Setup Node.js
1010 uses : actions/setup-node@v2
1111 with :
Original file line number Diff line number Diff line change 55 test :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@v6
99
1010 - name : Setup Node.js
1111 uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments