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 2.1.5 to 2.1.6 (#127)

This commit is contained in:
dependabot[bot] 2021-05-28 09:18:03 +02:00 committed by GitHub
parent e5fca7e5ee
commit 96a41659bd
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.5'
uses: 'actions/cache@v2.1.6'
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.5'
uses: 'actions/cache@v2.1.6'
with:
path: '.npm'
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}