Skip to content

Commit

Permalink
Bump actions/cache from 4.0.2 to 4.1.2
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 3421ff1 commit 3a2c445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::set-output name=cache_key::$cache_key"
- name: Retrieve Mix Dependencies Cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand All @@ -55,7 +55,7 @@ jobs:
run: mix

- name: Retrieve PLT Cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
id: plt-cache
with:
path: priv/plts
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
echo "::set-output name=cache_key::$cache_key"
- name: Retrieve Mix Dependencies Cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
id: mix-cache # id to use in retrieve action
with:
path: deps
Expand All @@ -129,7 +129,7 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- name: Retrieve Lychee Cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
id: lychee-cache # id to use in retrieve action
with:
path: .lycheecache
Expand Down

0 comments on commit 3a2c445

Please sign in to comment.