Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#354)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 344eedd commit 8047315
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
ImageOS: ubuntu20
- name: Retrieve Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
ImageOS: ubuntu20

- name: Retrieve Elixir Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
- name: Retrieve Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
with:
ref: main
- name: Retrieve Cached Dependencies - main branch
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache-main
if: github.ref_name != 'main'
with:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4
- name: Retrieve Cached Dependencies - current branch
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache-current
with:
path: |
Expand All @@ -256,7 +256,7 @@ jobs:
with:
ref: main
- name: Retrieve Cached Dependencies - main branch
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache-main
with:
path: |
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION }}
otp-version: ${{ env.OTP_VERSION }}
- name: Retrieve Cached Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down

0 comments on commit 8047315

Please sign in to comment.