From 5e93b9f440c028ecc01baacb86ebabeb27acab05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:07:37 +0000 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 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.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continous.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continous.yml b/.github/workflows/continous.yml index ba9c5b28..291202f9 100644 --- a/.github/workflows/continous.yml +++ b/.github/workflows/continous.yml @@ -29,7 +29,7 @@ jobs: cabal-version: '3.10.3.0' - name: Cache Cabal packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cabal/packages diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3332cbb6..748e332a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: cabal-version: '3.10.3.0' - name: Cache Cabal packages - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cabal/packages