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 e720fff commit a1bba6aCopy full SHA for a1bba6a
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout Code
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- name: Install PHP
21
uses: shivammathur/setup-php@v2
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Cache Composer packages
29
id: composer-cache
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
path: vendor
33
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments