Skip to content

Commit 3970566

Browse files
authored
Merge pull request #40 from crowdsecurity/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
2 parents 7c70642 + 514f52a commit 3970566

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
71+
uses: actions/cache@v2.1.4
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
79+
uses: actions/cache@v2.1.4
8080
with:
8181
path: vendor
8282
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)