Skip to content

Commit e274515

Browse files
Bump actions/cache from v2.1.3 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.3...26968a0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d54073 commit e274515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
linker = "arm-linux-gnueabihf-gcc"
4949
EOF
5050
- name: Cache cargo
51-
uses: actions/[email protected].3
51+
uses: actions/[email protected].4
5252
id: cache
5353
with:
5454
path: ~/.cargo
@@ -90,7 +90,7 @@ jobs:
9090
- name: Ready cache
9191
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
9292
- name: Cache cargo
93-
uses: actions/[email protected].3
93+
uses: actions/[email protected].4
9494
id: cache
9595
with:
9696
path: ~/.cargo

0 commit comments

Comments
 (0)