Skip to content

Commit 9cce673

Browse files
committed
chore(deps): update actions/checkout action to v5
1 parent 24bd4b3 commit 9cce673

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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
- uses: pnpm/action-setup@v4
1414
- uses: actions/[email protected]
1515
with:
@@ -22,7 +22,7 @@ jobs:
2222
needs: install
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
ref: ${{ github.event.pull_request.head.ref }}
2828
token: ${{ secrets.RENOVATE_AUTO_BEACHBALL_CHANGEFILE_TOKEN }}
@@ -43,7 +43,7 @@ jobs:
4343
needs: install
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
- uses: pnpm/action-setup@v4
4848
- uses: actions/[email protected]
4949
with:
@@ -58,7 +58,7 @@ jobs:
5858
needs: install
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
- uses: pnpm/action-setup@v4
6363
- uses: actions/[email protected]
6464
with:
@@ -80,7 +80,7 @@ jobs:
8080
needs: [test, check-beachball-changefile]
8181
runs-on: ubuntu-latest
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/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: ⤵️ Check out code from GitHub
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: 🏗 Initialize CodeQL
1818
uses: github/codeql-action/init@v3
1919
- name: 🚀 Perform CodeQL Analysis

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: 🚀 Run Label Syncer
1919
uses: micnncim/[email protected]
2020
env:

.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/phpdoc-parser",
5+
"email": "29139614+renovate[bot]@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)