Skip to content

Commit

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

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
nucleos-bot committed Nov 24, 2021
2 parents 7b8ea5a + 8cda954 commit 2558bb0
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 @@ -35,7 +35,7 @@ jobs:
run: composer validate --strict

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

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

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

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

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

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

0 comments on commit 2558bb0

Please sign in to comment.