File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 token : ${{ github.token }}
1919
3737 node-version : [20, 22]
3838 steps :
3939 - name : Checkout Repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 token : ${{ github.token }}
4343
6969 runs-on : ubuntu-latest
7070 steps :
7171 - name : Checkout Repository
72- uses : actions/checkout@v5
72+ uses : actions/checkout@v6
7373 with :
7474 token : ${{ github.token }}
7575
9999 runs-on : ubuntu-latest
100100 steps :
101101 - name : Checkout Repository
102- uses : actions/checkout@v5
102+ uses : actions/checkout@v6
103103 with :
104104 token : ${{ github.token }}
105105
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 token : ${{ github.token }}
Original file line number Diff line number Diff line change 4545 if : github.event.pull_request.head.repo.full_name == github.repository
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 with :
5050 fetch-depth : 0
5151 token : ${{ github.token }}
Original file line number Diff line number Diff line change 5757 publishedPackages : ${{ steps.changesets.outputs.publishedPackages }}
5858 steps :
5959 - name : checkout
60- uses : actions/checkout@v5
60+ uses : actions/checkout@v6
6161 with :
6262 token : ${{ github.token }}
6363 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments