From d34662f8fef9aba59306802662f8255bf84eef57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:02:29 +0000 Subject: [PATCH] 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] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release-asset.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13fc7a6a1..0c2d4a1cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | _build @@ -84,7 +84,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | _build @@ -164,7 +164,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | _build @@ -189,7 +189,7 @@ jobs: otp-version: 28.x elixir-version: 1.19.x - name: Cache build artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.hex diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index df637c412..1451b8be5 100644 --- a/.github/workflows/release-asset.yml +++ b/.github/workflows/release-asset.yml @@ -54,7 +54,7 @@ jobs: otp-version: 28.x - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | _build