Skip to content

Commit 5ef4d51

Browse files
committed
Upgrade GH Workflow actions
1 parent 2b76b16 commit 5ef4d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646

4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050

5151
- name: Cache dependencies
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
with:
5454
path: ~/.composer/cache/files
5555
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)