Skip to content

Commit e563e35

Browse files
authored
Merge pull request #49 from renoki-co/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents e02a664 + 213dbdd commit e563e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
5050
coverage: pcov
5151

52-
- uses: actions/cache@v2.1.6
52+
- uses: actions/cache@v2.1.7
5353
name: Cache Composer dependencies
5454
with:
5555
path: ~/.composer/cache/files
5656
key: composer-php-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.prefer }}-${{ hashFiles('composer.json') }}
5757

58-
- uses: actions/cache@v2.1.6
58+
- uses: actions/cache@v2.1.7
5959
name: Cache Node.js dependencies
6060
with:
6161
path: node_modules/

0 commit comments

Comments
 (0)