Bump actions/cache from 3.2.4 to 3.2.5 (#146)
This commit is contained in:
parent
ab9c4fb17d
commit
d6ca56b6e5
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
id: cache-npm
|
id: cache-npm
|
||||||
uses: actions/cache@v3.2.4
|
uses: actions/cache@v3.2.5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-node-modules
|
cache-name: cache-node-modules
|
||||||
with:
|
with:
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache eslint
|
- name: Cache eslint
|
||||||
id: cache-eslint
|
id: cache-eslint
|
||||||
uses: actions/cache@v3.2.4
|
uses: actions/cache@v3.2.5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-eslint
|
cache-name: cache-eslint
|
||||||
with:
|
with:
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache TypeScript
|
- name: Cache TypeScript
|
||||||
id: cache-typescript
|
id: cache-typescript
|
||||||
uses: actions/cache@v3.2.4
|
uses: actions/cache@v3.2.5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-typescript
|
cache-name: cache-typescript
|
||||||
with:
|
with:
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache prettier
|
- name: Cache prettier
|
||||||
id: cache-prettier
|
id: cache-prettier
|
||||||
uses: actions/cache@v3.2.4
|
uses: actions/cache@v3.2.5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-prettier
|
cache-name: cache-prettier
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue