Bump actions/cache from 4 to 5

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-12 02:22:42 +00:00
committed by Claudio Ortolina
parent 830eb0a186
commit 4e26d6753c
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
version-file: .tool-versions version-file: .tool-versions
- name: Cache deps - name: Cache deps
id: cache-deps id: cache-deps
uses: actions/cache@v4 uses: actions/cache@v5
env: env:
cache-name: cache-elixir-deps cache-name: cache-elixir-deps
with: with:
@@ -28,7 +28,7 @@ jobs:
# project's downloaded deps every run. # project's downloaded deps every run.
- name: Cache compiled build - name: Cache compiled build
id: cache-build id: cache-build
uses: actions/cache@v4 uses: actions/cache@v5
env: env:
cache-name: cache-compiled-build cache-name: cache-compiled-build
with: with: