Skip to content

Commit b3eab31

Browse files
chore(deps): update actions/checkout action to v5
Beachball-bump-type: patch
1 parent d8b69b5 commit b3eab31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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:
@@ -77,7 +77,7 @@ jobs:
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
8282
- uses: actions/[email protected]
8383
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

0 commit comments

Comments
 (0)