Skip to content

Commit a5ecd27

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 677327b + bb30268 commit a5ecd27

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)