Skip to content

Commit

Permalink
Merge pull request #11 from haskell-cryptography/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
Kleidukos authored Jan 27, 2024
2 parents 841e5ae + 243c701 commit 36b9442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/one-time-password.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure
run: ./.github/workflows/install-libsodium.sh
- name: Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
Expand Down

0 comments on commit 36b9442

Please sign in to comment.