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 3776fb0f8b

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') }}