From 8d6526f6dd01e688302cf2088399a784e10fe8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:19:00 +0000 Subject: [PATCH] build(deps): 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/Cabal-Linux-Remote.yml | 2 +- .github/workflows/Core-Cabal-Linux.yml | 2 +- .github/workflows/Core-Cabal-macOS.yml | 2 +- .github/workflows/On-Release-Cabal-Linux.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Cabal-Linux-Remote.yml b/.github/workflows/Cabal-Linux-Remote.yml index 528175ac..66c1882f 100644 --- a/.github/workflows/Cabal-Linux-Remote.yml +++ b/.github/workflows/Cabal-Linux-Remote.yml @@ -60,7 +60,7 @@ jobs: run: cp -a cabal.project.freeze ../cabal.project.freeze - name: "Configuring GitHub cache" - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }} diff --git a/.github/workflows/Core-Cabal-Linux.yml b/.github/workflows/Core-Cabal-Linux.yml index 45892253..a0a0b010 100644 --- a/.github/workflows/Core-Cabal-Linux.yml +++ b/.github/workflows/Core-Cabal-Linux.yml @@ -52,7 +52,7 @@ jobs: run: cp -a cabal.project.freeze ../cabal.project.freeze - name: "Configuring GitHub cache" - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }} diff --git a/.github/workflows/Core-Cabal-macOS.yml b/.github/workflows/Core-Cabal-macOS.yml index 8fec7a70..d05f9f56 100644 --- a/.github/workflows/Core-Cabal-macOS.yml +++ b/.github/workflows/Core-Cabal-macOS.yml @@ -49,7 +49,7 @@ jobs: run: cp -a cabal.project.freeze ../cabal.project.freeze - name: "Configuring GitHub cache" - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }} diff --git a/.github/workflows/On-Release-Cabal-Linux.yml b/.github/workflows/On-Release-Cabal-Linux.yml index 9e402ae3..cb873011 100644 --- a/.github/workflows/On-Release-Cabal-Linux.yml +++ b/.github/workflows/On-Release-Cabal-Linux.yml @@ -59,7 +59,7 @@ jobs: run: cp -a cabal.project.freeze ../cabal.project.freeze - name: "Configuring GitHub cache" - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ${{ steps.HaskEnvSetup.outputs.cabal-store }}