Upgrade dependencies and address security warnings

- Bump `@actions/cache` to v5.0.5
- Bump `@actions/core` to v2.0.3
This commit is contained in:
Bassem Dghaidi
2026-01-29 01:25:30 -08:00
committed by GitHub
parent 345d5c2f76
commit dc73bb9f7b
3 changed files with 165 additions and 207 deletions

View File

@@ -2,6 +2,11 @@
## Changelog
### 5.0.3
- Bump `@actions/cache` to v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)
- Bump `@actions/core` to v2.0.3
### 5.0.2
- Bump `@actions/cache` to v5.0.3 [#1692](https://github.com/actions/cache/pull/1692)