Skip to content

Commit 33e883b

Browse files
authored
Upgrade actions/checkout from v6 to v7 (#128)
1 parent e1c5f88 commit 33e883b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
SWOOLE_VERSION: ${{ matrix.swoole-version }}
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949

5050
- name: Setup PHP
5151
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)