Skip to content

Commit

Permalink
Merge pull request #48 from yumemi-inc/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
siketyan authored Jan 23, 2024
2 parents a8fbe40 + 913cb07 commit abaa926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Persist analyser caches
id: analyser-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cache
key: ${{ runner.os }}-analyser-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit abaa926

Please sign in to comment.