File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Trunk Check
2323 uses : trunk-io/trunk-action@v1
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 token : ${{ secrets.GH_TOKEN }}
3535 ref : updates
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout master branch
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 token : ${{ secrets.GH_TOKEN }}
3535 ref : master
4141 git reset --hard upstream/master
4242
4343 - name : Checkout updates branch
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 token : ${{ secrets.GH_TOKEN }}
4747 ref : updates
You can’t perform that action at this time.
0 commit comments