Skip to content

Commit

Permalink
Merge pull request #255 from nucleos/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
nucleos-bot committed Apr 13, 2021
2 parents b8e65f5 + 9a320b8 commit 780db67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: composer validate --strict

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.composer/cache
key: php${{ matrix.php-version }}-composer-
Expand All @@ -75,7 +75,7 @@ jobs:
run: mkdir -p .build/php-cs-fixer

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: .build/php-cs-fixer
key: php${{ matrix.php-version }}-php-cs-fixer-
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.composer/cache
key: ${{ matrix.php-version }}-composer-
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
composer global require --prefer-dist --no-progress --no-suggest --ansi symfony/flex
- name: "Cache dependencies installed with composer"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.composer/cache
key: php${{ matrix.php-version }}-composer-
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.composer/cache
key: php${{ matrix.php-version }}-composer-
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
php-version: ${{ matrix.php-version }}

- name: "Cache dependencies installed with composer"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: ~/.composer/cache
key: php${{ matrix.php-version }}-composer-
Expand Down

0 comments on commit 780db67

Please sign in to comment.