From cfcfc2379c73246a8e53a78f096f1e013035132c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:22:19 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 f0fc0e85f..84516a7b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | _build @@ -78,7 +78,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | _build @@ -154,7 +154,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | _build @@ -179,7 +179,7 @@ jobs: otp-version: 29.x elixir-version: 1.20.x - name: Cache build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.hex diff --git a/.github/workflows/release-asset.yml b/.github/workflows/release-asset.yml index d24a9b162..24c795df6 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@v5 + uses: actions/cache@v6 with: path: | _build