From e1b6dfb12c677e71198aa8510bd224786c8d314d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:02:08 +0000 Subject: [PATCH] Bump actions/cache from 4.2.3 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [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.2.3...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/styles.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index 581f2559..51f92a9e 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -29,7 +29,7 @@ jobs: elixir-version: "1.18" - name: Set up cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 id: cache with: path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7568871c..164c5439 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,7 +106,7 @@ jobs: elixir-version: ${{ matrix.elixir-version }} - name: Set up cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.3.0 id: cache with: path: |