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 9
9
install :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
14
14
# Ubuntu latest should have already had PHP pre-installed
15
15
# https://github.com/marketplace/actions/setup-php-action#cloud-osplatform-support
40
40
needs : install
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
with :
45
45
ref : ${{ github.event.pull_request.head.ref }}
46
46
token : ${{ secrets.RENOVATE_AUTO_BEACHBALL_CHANGEFILE_TOKEN }}
61
61
needs : install
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
- uses : pnpm/action-setup@v4
66
66
67
67
with :
77
77
needs : check-beachball-changefile
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
- uses : pnpm/action-setup@v4
82
82
83
83
with :
Original file line number Diff line number Diff line change 13
13
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
14
14
15
15
- name : Checkout repository
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
You can’t perform that action at this time.
0 commit comments