From 1cae5bc8a4f75b2cc02e9b871b2572b488d35e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:03:01 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.4. - [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.0.11...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/haskell.yml | 2 +- .github/workflows/playground.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5992998..d48c4a5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,7 +19,7 @@ jobs: elm-version: 0.19.1 - name: Cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.4 with: path: | ~/.cabal diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index ee97e90..6fe6650 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,7 @@ jobs: cabal-version: '3.0' - name: Cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.4 env: cache-name: cache-cabal with: diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 851d679..6b08b40 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -20,7 +20,7 @@ jobs: elm-version: 0.19.1 - name: Cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.4 with: path: | ~/.stack