Skip to content

Commit 5875301

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

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@0400d5f644dc74513175e3cd8d07132dd4860809
44+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
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@0400d5f644dc74513175e3cd8d07132dd4860809
58+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
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@0400d5f644dc74513175e3cd8d07132dd4860809
109+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
110110
id: mix-cache # id to use in retrieve action
111111
with:
112112
path: deps

0 commit comments

Comments
 (0)