Skip to content

Commit 673da81

Browse files
authored
ci: Use GitHub Actions V4 (#1700)
1 parent 295bb30 commit 673da81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: P${{ matrix.php }} - Lumen${{ matrix.lumen }}
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
path: src
3232

@@ -79,7 +79,7 @@ jobs:
7979
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
8080
steps:
8181
- name: Checkout code
82-
uses: actions/checkout@v3
82+
uses: actions/checkout@v4
8383
with:
8484
path: src
8585

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)