From 4b1057f9527e87fea44bee228bd8d88a1d5b6925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:23:19 +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/elixir.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 2ed71c6..a31f9af 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -22,7 +22,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} @@ -42,7 +42,7 @@ jobs: otp-version: '25.3' elixir-version: '1.14.x' - name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} @@ -62,7 +62,7 @@ jobs: otp-version: '25.3' elixir-version: '1.14.x' - name: Restore dependencies cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}