From 99605df495f797ef82f065df8607ffb9e38504b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:19:45 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.2 (#227) Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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/v4.0.2...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- .github/workflows/styles.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bc6b4802..61529a8e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: pandoc-version: '3.1.6' - name: Set up cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 id: cache with: path: | diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index 1d106772..80edf5f8 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -29,7 +29,7 @@ jobs: elixir-version: "1.16" - name: Set up cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 id: cache with: path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f734200f..4851db7b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,7 +96,7 @@ jobs: elixir-version: ${{ matrix.elixir-version }} - name: Set up cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 id: cache with: path: |