Merge pull request #14 from green1052/patch-1

action cache update
This commit is contained in:
Fabio Belavenuto 2022-07-07 08:20:39 -03:00 committed by GitHub
commit 73902b0609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
# Check cache
- name: Cache buildroot
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .buildroot
key: ${{ runner.os }}-${{ hashFiles('files/configs/arpl_defconfig') }}