build(deps): bump actions/cache from 3 to 4 (#3179)

This commit is contained in:
dependabot[bot]
2024-01-22 09:13:30 -05:00
committed by GitHub
parent 7a387c7a30
commit 02312804f0
+2 -2
View File
@@ -208,7 +208,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Stack working files cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ matrix.cache }}
key: cache-stack-${{ runner.os }}-${{ hashFiles('stack.yaml.lock') }}
@@ -265,7 +265,7 @@ jobs:
mkdir ~/.cabal
cp cabal.project.non-nix cabal.project
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cabal/packages