Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
Kleidukos authored Apr 13, 2024
2 parents fcf3dc4 + 49dbb04 commit 813f9a0
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 @@ -41,7 +41,7 @@ jobs:
./.github/workflows/install-libsodium.sh
cabal freeze
- name: Cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
Expand Down

0 comments on commit 813f9a0

Please sign in to comment.