Skip to content

Commit bb30268

Browse files
committed
Fix
1 parent 31fd57f commit bb30268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5656

5757
- name: Get libs cache
58-
uses: actions/cache/restore@v4
58+
uses: actions/cache@v4
5959
if: ${{ steps.check-build.outputs.enabled == 'true' }}
6060
with:
6161
key: libs-${{ hashFiles('package/package_esp32_index.template.json') }}

0 commit comments

Comments
 (0)