Skip to content

Commit 2a94e0b

Browse files
Bump actions/cache from 5.0.3 to 5.0.5 (#1630)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 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 fd27dd2 commit 2a94e0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)