This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github-actions(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
82f4636
commit 22dc96b
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
@@ -70,7 +70,7 @@ jobs: | |
run: "mkdir -p .build/php-cs-fixer" | ||
|
||
- name: "Cache cache directory for friendsofphp/php-cs-fixer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: ".build/php-cs-fixer" | ||
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}" | ||
|
@@ -110,7 +110,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
@@ -152,7 +152,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
@@ -167,7 +167,7 @@ jobs: | |
run: "mkdir -p .build/phpstan" | ||
|
||
- name: "Cache cache directory for phpstan/phpstan" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: ".build/phpstan" | ||
key: "php-${{ matrix.php-version }}-phpstan-${{ github.sha }}" | ||
|
@@ -180,7 +180,7 @@ jobs: | |
run: "mkdir -p .build/psalm" | ||
|
||
- name: "Cache cache directory for vimeo/psalm" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: ".build/psalm" | ||
key: "php-${{ matrix.php-version }}-psalm-${{ github.sha }}" | ||
|
@@ -225,7 +225,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
@@ -276,7 +276,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
@@ -323,7 +323,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
uses: "./.github/actions/composer/composer/determine-cache-directory" | ||
|
||
- name: "Cache dependencies installed with composer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: "${{ env.COMPOSER_CACHE_DIR }}" | ||
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" | ||
|
@@ -58,7 +58,7 @@ jobs: | |
run: "mkdir -p .build/php-cs-fixer" | ||
|
||
- name: "Cache cache directory for friendsofphp/php-cs-fixer" | ||
uses: "actions/[email protected].5" | ||
uses: "actions/[email protected].6" | ||
with: | ||
path: ".build/php-cs-fixer" | ||
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}" | ||
|