File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout default branch
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 - name : Set up Node
3535 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout default branch
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737
3838 - name : Set up Node
3939 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2727 fetch-depth : 0
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3131 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 name : React Release Conductor
2222 team_slug : react-release-conductor
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Get App Token
2626 uses : actions/create-github-app-token@v2
2727 id : app-token
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
4646 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments