Skip to content

Commit 236183b

Browse files
Bump actions/cache from 4.0.2 to 4.1.2 (#1533)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 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@0c45773...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2fbeec commit 236183b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
44+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
58+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
109+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
110110
id: mix-cache # id to use in retrieve action
111111
with:
112112
path: deps
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
130130

131131
- name: Retrieve Lychee Cache
132-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
132+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
133133
id: lychee-cache # id to use in retrieve action
134134
with:
135135
path: .lycheecache

0 commit comments

Comments
 (0)