Skip to content

Commit 9507475

Browse files
Bump actions/cache from 4.1.1 to 4.1.2 (#239)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bc4e78 commit 9507475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
enable-stack: true
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
26+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
2727
with:
2828
path: ~/.stack
2929
key: stack-${{ hashFiles('package.yaml', 'stack.yaml') }}
3030
restore-keys: stack-
3131

3232
- name: Cache build artifacts
33-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
33+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3434
with:
3535
path: .stack-work
3636
key: build-${{ hashFiles('app/**', 'src/**', 'test/**') }}

0 commit comments

Comments
 (0)