Skip to content

Commit 6b3e6d9

Browse files
committed
Remove id: cache from actions
1 parent 5ec1318 commit 6b3e6d9

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Cache dependencies
15-
id: cache
1615
uses: actions/[email protected]
1716
with:
1817
path: ./.npm

.github/workflows/code-quality.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Cache dependencies
15-
id: cache
1615
uses: actions/[email protected]
1716
with:
1817
path: ./.npm
@@ -40,7 +39,6 @@ jobs:
4039
uses: actions/[email protected]
4140

4241
- name: Cache dependencies
43-
id: cache
4442
uses: actions/[email protected]
4543
with:
4644
path: ./.npm

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/[email protected]
1616

1717
- name: Cache dependencies
18-
id: cache
1918
uses: actions/[email protected]
2019
with:
2120
path: ./.npm

0 commit comments

Comments
 (0)