From 2fac28392cd9a9743c06e11ad75d36ca70bba984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:57:05 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 4.0.2 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...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/stack-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stack-integration.yml b/.github/workflows/stack-integration.yml index 76d74f2..77488ec 100644 --- a/.github/workflows/stack-integration.yml +++ b/.github/workflows/stack-integration.yml @@ -28,7 +28,7 @@ jobs: otp-version: '26' - name: Cache deps - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: orchestrator/deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}