Skip to content

Commit be6a660

Browse files
committed
chore(deps): update actions/checkout action to v5
1 parent be6af0d commit be6a660

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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 }}
@@ -61,7 +61,7 @@ jobs:
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
6666
- uses: actions/[email protected]
6767
with:
@@ -80,7 +80,7 @@ jobs:
8080
id-token: write
8181
contents: read
8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484
- uses: pnpm/action-setup@v4
8585
- uses: actions/[email protected]
8686
with:

.github/workflows/typo-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore(deps): update actions/checkout action to v5",
4+
"packageName": "@rightcapital/php-parser",
5+
"email": "29139614+renovate[bot]@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)