Commit 0bec17d
committed
fix(ci): Correct commit SHA for actions/cache
This commit corrects the commit SHA for the `actions/cache` GitHub Action in the `ci.yml` workflow. The previous SHA was invalid, causing the CI pipeline to fail with an "action could not be found" error.
The invalid SHA has been replaced with `0057852bfaa89a56745cba8c7296529d2fc39830`, which corresponds to the latest stable release of `actions/cache` (v4.3.0). This will resolve the CI failure.1 parent b3b891c commit 0bec17d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments