We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76b16 commit 5ef4d51Copy full SHA for 5ef4d51
.github/workflows/tests.yaml
@@ -46,10 +46,10 @@ jobs:
46
47
steps:
48
- name: Checkout code
49
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
50
51
- name: Cache dependencies
52
- uses: actions/cache@v2
+ uses: actions/cache@v4
53
with:
54
path: ~/.composer/cache/files
55
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments