Update actions/cache action to v3.0.1

This commit is contained in:
Renovate Bot 2022-03-30 10:53:29 +00:00
parent 2a99fd780e
commit 425b71ac1d
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

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.0 uses: actions/cache@v3.0.1
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry