mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-26 15:50:32 +00:00
Merge pull request #186 from jellyfin/dependabot/github_actions/actions/cache-2.1.5
actions: bump actions/cache from 2 to 2.1.5
This commit is contained in:
commit
0c015961c8
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: echo "::set-output name=dir::$(npm config get cache)"
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.5
|
||||
id: npm-cache
|
||||
with:
|
||||
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
|
||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: echo "::set-output name=dir::$(npm config get cache)"
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v2.1.5
|
||||
id: npm-cache
|
||||
with:
|
||||
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
|
||||
|
Loading…
Reference in New Issue
Block a user