Skip to content

Commit 9d6ab1d

Browse files
authored
Bump actions/cache version to v4 (#151)
1 parent 3248659 commit 9d6ab1d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
extensions: mbstring, xml, ctype, iconv, mysql, imagick
2424

2525
- name: Cache Composer Packages
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.composer/cache
2929
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}-${{ matrix.php-version }}

resources/workflows/auth.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
extensions: mbstring, xml, ctype, iconv, mysql
2121

2222
- name: Cache Composer Packages
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.composer/cache
2626
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -60,4 +60,3 @@ jobs:
6060

6161
- name: Run Tests
6262
run: ./vendor/bin/pest
63-

0 commit comments

Comments
 (0)