From 8e5c9fb4c85c31842f29c4b9bdeefd51cbb36845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:44:16 +0000 Subject: [PATCH] Bump actions/cache from 4.2.3 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...8b402f58fbc84540c8b491a91e594a4576fec3d7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/oxygen-deployment-1000013955.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oxygen-deployment-1000013955.yml b/.github/workflows/oxygen-deployment-1000013955.yml index 82f159b2..3499b1a1 100644 --- a/.github/workflows/oxygen-deployment-1000013955.yml +++ b/.github/workflows/oxygen-deployment-1000013955.yml @@ -24,7 +24,7 @@ jobs: - name: Cache node modules id: cache-npm - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 env: cache-name: cache-node-modules with: