Skip to content

Commit 5edd120

Browse files
GA(deps): Bump actions/cache from 3.0.1 to 3.0.10 (#23)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d65703e commit 5edd120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
cabal freeze
7373
74-
- uses: actions/[email protected].1
74+
- uses: actions/[email protected].10
7575
name: Cache ~/.cabal/store
7676
with:
7777
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}

0 commit comments

Comments
 (0)