Skip to content

Commit 6cd93d9

Browse files
committed
chore(cicd): Update cache action version to v2.1.4
1 parent 64083be commit 6cd93d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Cache.
4040
- name: Cargo cache registry, index and build
41-
uses: actions/cache@v2
41+
uses: actions/cache@v2.1.4
4242
with:
4343
path: |
4444
~/.cargo/registry

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Cache.
3333
- name: Cargo cache registry, index and build
34-
uses: actions/cache@v2
34+
uses: actions/cache@v2.1.4
3535
with:
3636
path: |
3737
~/.cargo/registry
@@ -70,7 +70,7 @@ jobs:
7070

7171
# Cache.
7272
- name: Cargo cache registry, index and build
73-
uses: actions/cache@v2
73+
uses: actions/cache@v2.1.4
7474
with:
7575
path: |
7676
~/.cargo/registry
@@ -141,7 +141,7 @@ jobs:
141141

142142
# Cache.
143143
- name: Cargo cache registry, index and build
144-
uses: actions/cache@v2
144+
uses: actions/cache@v2.1.4
145145
with:
146146
path: |
147147
~/.cargo/registry

0 commit comments

Comments
 (0)