Skip to content

Commit 4d889aa

Browse files
chore: bump actions/cache from 3 to 4 (#17)
1 parent 96eb067 commit 4d889aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Cache Composer packages
3030
id: composer-cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ${{ steps.composer-cache-dir.outputs.dir }}
3434
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Cache Composer packages
7272
id: composer-cache
73-
uses: actions/cache@v3
73+
uses: actions/cache@v4
7474
with:
7575
path: ${{ steps.composer-cache-dir.outputs.dir }}
7676
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)