Skip to content

Commit dabb4ea

Browse files
Bump actions/cache from 3.0.5 to 3.0.7 (#81)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.7. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.5...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c73aee2 commit dabb4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "/usr/local/opt/llvm@12/bin" >> $GITHUB_PATH
5656
5757
- name: Cache .stack
58-
uses: actions/cache@v3.0.5
58+
uses: actions/cache@v3.0.7
5959
with:
6060
path: ${{ steps.install-haskell.outputs.stack-root }}
6161
key: ${{ runner.os }}-${{ hashFiles('stack.yaml') }}-${{ hashFiles('**/*.cabal') }}

0 commit comments

Comments
 (0)