Skip to content

Commit a7c29a4

Browse files
committed
bump laravel version to latest
1 parent 1821fad commit a7c29a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
extensions: '${{ env.php_extensions }}'
5050
key: '${{ env.key }}'
5151
- name: 'Cache extensions'
52-
uses: actions/cache@v1
52+
uses: actions/cache@v4
5353
with:
5454
path: '${{ steps.cache-env.outputs.dir }}'
5555
key: '${{ steps.cache-env.outputs.key }}'
@@ -120,7 +120,7 @@ jobs:
120120
extensions: ${{ env.php_extensions }}
121121
key: '${{ env.key }}'
122122
- name: 'Cache extensions'
123-
uses: actions/cache@v1
123+
uses: actions/cache@v4
124124
with:
125125
path: '${{ steps.cache-env.outputs.dir }}'
126126
key: '${{ steps.cache-env.outputs.key }}'

0 commit comments

Comments
 (0)