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.1.4 to v2.1.5 (#89)

This commit is contained in:
dependabot[bot] 2021-04-14 14:10:26 +02:00 committed by GitHub
parent efb2b72572
commit 68e02a6ad5
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 }}
- name: 'Cache dependencies'
uses: 'actions/cache@v2.1.4'
uses: 'actions/cache@v2.1.5'
with:
path: '.npm'
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

View File

@ -19,7 +19,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
- name: 'Cache dependencies'
uses: 'actions/cache@v2.1.4'
uses: 'actions/cache@v2.1.5'
with:
path: '.npm'
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}