2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

build(deps): bump actions/cache from v2 to v2.1.4 (#28)

This commit is contained in:
dependabot[bot] 2021-02-08 14:57:20 +01:00 committed by GitHub
parent d9fa92cb1c
commit 7f1c25ed98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: 'Cache dependencies' - name: 'Cache dependencies'
uses: 'actions/cache@v2' uses: 'actions/cache@v2.1.4'
with: with:
path: | path: |
**/node_modules **/node_modules

View File

@ -13,7 +13,7 @@ jobs:
- uses: 'actions/checkout@v2' - uses: 'actions/checkout@v2'
- name: 'Cache dependencies' - name: 'Cache dependencies'
uses: 'actions/cache@v2' uses: 'actions/cache@v2.1.4'
with: with:
path: '**/node_modules' path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }} key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}