Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 35f39fb commit d2ab249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Cache .stack
id: cache-stack
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
path: ${{ steps.install-haskell.outputs.stack-root }}
key: ${{ runner.os }}-${{ matrix.resolver }}-${{ hashFiles(format('{0}.yaml', matrix.resolver)) }}
Expand Down

0 comments on commit d2ab249

Please sign in to comment.