Skip to content

Commit 8853069

Browse files
dependabot[bot]Bodigrim
authored andcommitted
Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9302e7 commit 8853069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
$CABAL v2-update -v
121121
- name: cache (tools)
122-
uses: actions/[email protected].4
122+
uses: actions/[email protected].5
123123
with:
124124
key: ${{ runner.os }}-${{ matrix.ghc }}-tools-2f29a7e3
125125
path: ~/.haskell-ci-tools
@@ -173,7 +173,7 @@ jobs:
173173
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
174174
cabal-plan
175175
- name: cache
176-
uses: actions/[email protected].4
176+
uses: actions/[email protected].5
177177
with:
178178
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
179179
path: ~/.cabal/store

.github/workflows/windows_and_macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ghc-version: ${{ matrix.ghc }}
2626
- name: Update cabal package database
2727
run: cabal update
28-
- uses: actions/[email protected].4
28+
- uses: actions/[email protected].5
2929
name: Cache cabal stuff
3030
with:
3131
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}

0 commit comments

Comments
 (0)