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@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set up Node
3535 uses : actions/setup-node@v4
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@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Set up Node
3939 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3838 fetch-depth : 0
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3333 fetch-depth : 0
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
3737 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@v4
24+ - uses : actions/checkout@v5
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@v4
43+ uses : actions/checkout@v5
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