From d4041cf40212816adc1e68a5270cb5ed47146d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:46:57 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.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/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 a41d90ea..347b219b 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@v3.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: | diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index a1e3a2f3..89eb5fd0 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -29,7 +29,7 @@ jobs: elixir-version: "1.15" - name: Set up cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f723fe5..6b38a6f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,7 +82,7 @@ jobs: elixir-version: ${{ matrix.elixir-version }} - name: Set up cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: |