Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent c47d74a commit 0cf37ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
with:
elixir-version: ${{ matrix.versions.elixir }}
otp-version: ${{ matrix.versions.otp }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
_build
Expand Down

0 comments on commit 0cf37ad

Please sign in to comment.