Skip to content

Commit fe3da3a

Browse files
authored
Merge pull request #30 from nix-community/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2.1.3 to v2.1.4
2 parents 5d54073 + e274515 commit fe3da3a

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)