File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 install :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 # Ubuntu latest should have already had PHP pre-installed
1515 # https://github.com/marketplace/actions/setup-php-action#cloud-osplatform-support
4040 needs : install
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 ref : ${{ github.event.pull_request.head.ref }}
4646 token : ${{ secrets.RENOVATE_AUTO_BEACHBALL_CHANGEFILE_TOKEN }}
6161 needs : install
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 - uses : pnpm/action-setup@v4
66666767 with :
7777 needs : check-beachball-changefile
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181 - uses : pnpm/action-setup@v4
82828383 with :
Original file line number Diff line number Diff line change 1313 run : curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
1414
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919
You can’t perform that action at this time.
0 commit comments