Skip to content

Commit

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

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
anthonator authored Jan 18, 2024
2 parents 6de23b1 + 6c74d76 commit 10dd2dd
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 10dd2dd

Please sign in to comment.