mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
Update actions/cache to v4
This commit is contained in:
parent
9c3b399bdf
commit
8a2725c3d6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- id: cache-npm
|
- id: cache-npm
|
||||||
name: restore npm cache
|
name: restore npm cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: npm-cache-${{ github.ref_name }}
|
key: npm-cache-${{ github.ref_name }}
|
||||||
path: ${{ env.npm_config_cache }}
|
path: ${{ env.npm_config_cache }}
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
- id: cache-npm
|
- id: cache-npm
|
||||||
name: restore npm cache
|
name: restore npm cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: npm-cache-${{ github.ref_name }}
|
key: npm-cache-${{ github.ref_name }}
|
||||||
path: ${{ env.npm_config_cache }}
|
path: ${{ env.npm_config_cache }}
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
|
|
||||||
- id: cache-npm
|
- id: cache-npm
|
||||||
name: restore npm cache
|
name: restore npm cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: npm-cache-${{ github.ref_name }}
|
key: npm-cache-${{ github.ref_name }}
|
||||||
path: ${{ env.npm_config_cache }}
|
path: ${{ env.npm_config_cache }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue