Skip to content

Commit 77df82d

Browse files
authored
Merge pull request #53 from renoki-co/dependabot/github_actions/actions/cache-3.0.5
Bump actions/cache from 3.0.1 to 3.0.5
2 parents ee56ff3 + 46530aa commit 77df82d

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
@@ -46,13 +46,13 @@ jobs:
4646
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
4747
coverage: pcov
4848

49-
- uses: actions/cache@v3.0.1
49+
- uses: actions/cache@v3.0.5
5050
name: Cache dependencies
5151
with:
5252
path: ~/.composer/cache/files
5353
key: composer-php-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.prefer }}-${{ hashFiles('composer.json') }}
5454

55-
- uses: actions/cache@v3.0.1
55+
- uses: actions/cache@v3.0.5
5656
name: Cache Node.js dependencies
5757
with:
5858
path: node_modules/

0 commit comments

Comments
 (0)