Skip to content

Commit 48c6ef0

Browse files
authored
Update cache action version in CI workflow
Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com>
1 parent 28b38ec commit 48c6ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: echo "hash=$(md5sum ./.github/ci/idf-setup.sh | awk '{ print $1 }')" >> $GITHUB_OUTPUT
1616
- name: Cache ESP-IDF
1717
id: cache-esp-idf
18-
uses: actions/cache@v4.0.0
18+
uses: actions/cache@v4
1919
with:
2020
path: esp-idf
2121
key: ${{ runner.os }}-esp-idf-${{ steps.idf-setup-hash.outputs.hash }}
@@ -72,4 +72,4 @@ jobs:
7272
bash ./.github/ci/final-check.sh "$GITHUB_RUN_ID" "failure"
7373
else
7474
bash ./.github/ci/final-check.sh "$GITHUB_RUN_ID" "success"
75-
fi
75+
fi

0 commit comments

Comments
 (0)