Commit baf4fbc
fix: resolve GitHub Action test failures caused by security fixes
- Update actions/cache from deprecated commit hash to @v4
- The commit hash 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 was deprecated by GitHub
- This was causing all GitHub Action workflow tests to fail
- Using semantic version @v4 is the recommended approach
Root cause: Security fixes in previous commit used pinned commit hash
that GitHub has since deprecated, breaking all action tests.
Fixes #921 parent 3bec7f8 commit baf4fbc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments