Skip to content

Commit

Permalink
Merge pull request #83 from malomohq/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
anthonator authored Jan 18, 2024
2 parents 1358c35 + c3fa7a6 commit 1c4f75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4

with:
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4

with:
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
Expand Down

0 comments on commit 1c4f75e

Please sign in to comment.