Skip to content

Commit

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

Bump actions/cache from 3 to 4
  • Loading branch information
anthonator authored Jan 17, 2024
2 parents e1ef439 + fdf1041 commit a977129
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 a977129

Please sign in to comment.