Skip to content

Commit ce97f70

Browse files
authored
Update GitHub workflow (#5)
* Update lint.yml * Update test.yml
1 parent eb0c98e commit ce97f70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ${{ matrix.php-versions }}
2424

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ${{ matrix.php-versions }}
2424

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

0 commit comments

Comments
 (0)