We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af0ba2d + 15c5ded commit 86683afCopy full SHA for 86683af
.github/workflows/packagist-deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
packages: write
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- uses: mnavarrocarter/packagist-update@v1.0.0
18
with:
19
username: "GautierDele"
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
- name: Checkout
48
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
49
50
- name: Setup PHP
51
uses: shivammathur/setup-php@v2
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Cache Composer packages
60
id: composer-cache
61
- uses: actions/cache@v3
+ uses: actions/cache@v4
62
63
path: vendor
64
key: ${{ runner.os }}-php-${{ matrix.php-version }}-laravel-${{ matrix.laravel-version }}-${{ hashFiles('**/composer.lock') }}
0 commit comments