Skip to content

Commit 807ce10

Browse files
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#2050)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05aa794 commit 807ce10

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Cache CARGO_HOME
23-
uses: actions/[email protected].4
23+
uses: actions/[email protected].5
2424
with:
2525
path: ~/.cargo
2626
key: cargo-home-${{ hashFiles('Cargo.toml') }}
2727

2828
- name: Cache cargo build
29-
uses: actions/[email protected].4
29+
uses: actions/[email protected].5
3030
with:
3131
path: target
3232
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
@@ -81,13 +81,13 @@ jobs:
8181
run: apt-get install -y cmake
8282

8383
- name: Cache CARGO_HOME
84-
uses: actions/[email protected].4
84+
uses: actions/[email protected].5
8585
with:
8686
path: ~/.cargo
8787
key: cargo-home-${{ hashFiles('Cargo.toml') }}
8888

8989
- name: Cache cargo build
90-
uses: actions/[email protected].4
90+
uses: actions/[email protected].5
9191
with:
9292
path: target
9393
key: wasm-cargo-build-target-${{ hashFiles('Cargo.toml') }}
@@ -138,13 +138,13 @@ jobs:
138138
components: clippy
139139

140140
- name: Cache CARGO_HOME
141-
uses: actions/[email protected].4
141+
uses: actions/[email protected].5
142142
with:
143143
path: ~/.cargo
144144
key: cargo-home-${{ hashFiles('Cargo.toml') }}
145145

146146
- name: Cache cargo build
147-
uses: actions/[email protected].4
147+
uses: actions/[email protected].5
148148
with:
149149
path: target
150150
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
@@ -170,13 +170,13 @@ jobs:
170170
- uses: actions/checkout@v2
171171

172172
- name: Cache CARGO_HOME
173-
uses: actions/[email protected].4
173+
uses: actions/[email protected].5
174174
with:
175175
path: ~/.cargo
176176
key: cargo-home-${{ hashFiles('Cargo.toml') }}
177177

178178
- name: Cache cargo build
179-
uses: actions/[email protected].4
179+
uses: actions/[email protected].5
180180
with:
181181
path: target
182182
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}

0 commit comments

Comments
 (0)