Skip to content

Commit 178bcd4

Browse files
github-actions(deps): bump actions/checkout from 5 to 6 (#82)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e643e1b commit 178bcd4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout"
28-
uses: "actions/checkout@v5"
28+
uses: "actions/checkout@v6"
2929

3030
- name: "Install PHP with extensions"
3131
uses: "shivammathur/setup-php@2.24.0"
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: "Checkout"
64-
uses: "actions/checkout@v5"
64+
uses: "actions/checkout@v6"
6565

6666
- name: "Install PHP with extensions"
6767
uses: "shivammathur/setup-php@v2"
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: "Checkout"
91-
uses: "actions/checkout@v5"
91+
uses: "actions/checkout@v6"
9292

9393
- name: "Install PHP with extensions"
9494
uses: "shivammathur/setup-php@v2"

.github/workflows/dependabot-autoapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
github-token: "${{ secrets.GITHUB_TOKEN }}"
1717
alert-lookup: true
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Approve a PR if not already approved
2020
run: |
2121
gh pr checkout "$PR_URL" # sets the upstream metadata for `gh pr status`

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: P${{ matrix.php-versions }} - ${{ matrix.operating-system}}
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Install PHP versions
3131
uses: shivammathur/setup-php@v2
3232
with:

0 commit comments

Comments
 (0)