Skip to content

Commit

Permalink
Merge pull request #108 from renoki-co/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.0.5

Bump actions/cache from 3.0.4 to 3.0.5
  • Loading branch information
rennokki authored Jul 20, 2022
2 parents 74a6274 + fa07cfe commit 9d08c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
coverage: pcov

- uses: actions/[email protected].4
- uses: actions/[email protected].5
name: Cache Composer dependencies
with:
path: ~/.composer/cache/files
key: composer-php-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.prefer }}-${{ hashFiles('composer.json') }}

- uses: actions/[email protected].4
- uses: actions/[email protected].5
name: Cache Node.js dependencies
with:
path: node_modules/
Expand Down

0 comments on commit 9d08c89

Please sign in to comment.