Skip to content

Commit 25b479e

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (#1590)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71b6cca commit 25b479e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "::set-output name=cache_key::$cache_key"
4242
4343
- name: Retrieve Mix Dependencies Cache
44-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
44+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
4545
id: mix-cache # id to use in retrieve action
4646
with:
4747
path: deps
@@ -55,7 +55,7 @@ jobs:
5555
run: mix
5656

5757
- name: Retrieve PLT Cache
58-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
58+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
5959
id: plt-cache
6060
with:
6161
path: priv/plts
@@ -106,7 +106,7 @@ jobs:
106106
echo "::set-output name=cache_key::$cache_key"
107107
108108
- name: Retrieve Mix Dependencies Cache
109-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
109+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
110110
id: mix-cache # id to use in retrieve action
111111
with:
112112
path: deps

0 commit comments

Comments
 (0)