Skip to content

Commit f4956ec

Browse files
authored
Merge pull request #47 from crowdsecurity/dependabot/github_actions/actions/cache-2.1.5
Bump actions/cache from 2.1.4 to 2.1.5
2 parents 23104e2 + 70e1eb5 commit f4956ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
echo "::set-output name=dir::$(composer config cache-files-dir)"
6969
7070
- name: Cache Composer Downloads
71-
uses: actions/cache@v2.1.4
71+
uses: actions/cache@v2.1.5
7272
with:
7373
path: vendor/
7474
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
7575
restore-keys: |
7676
${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
7777
7878
- name: Cache PHP dependencies
79-
uses: actions/cache@v2.1.4
79+
uses: actions/cache@v2.1.5
8080
with:
8181
path: vendor
8282
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)