Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 7a677bb commit 068f4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
elixir-version: 1.14
otp-version: 25
- name: Cache deps and build for mix
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
- name: Cache deps and build for mix
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-mix
with:
path: |
Expand All @@ -39,7 +39,7 @@ jobs:
${{ matrix.os }}-mix-${{ env.MIX_ENV }}-${{ matrix.elixir }}-${{ matrix.otp }}-
${{ matrix.os }}-mix-${{ env.MIX_ENV }}-
- name: Cache plt for dialyzer
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-plt
with:
path: _build/${{ env.MIX_ENV }}/dialyxir_*
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
- name: Cache deps and build for mix
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-mix
with:
path: |
Expand Down

0 comments on commit 068f4a1

Please sign in to comment.