Update actions/cache action to v3.0.5

This commit is contained in:
renovate[bot] 2022-07-13 05:59:29 +00:00 committed by GitHub
parent 241e8b369e
commit 38c7c2c232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Cache - name: Cache
uses: actions/cache@v3.0.4 uses: actions/cache@v3.0.5
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry