Skip to content

Commit

Permalink
Merge pull request #52 from jehrhardt/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
jehrhardt authored Jan 22, 2024
2 parents a85e2ae + 374e6bc commit eef4fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
elixir-version: '1.16.0'
otp-version: '26.2.1'
- name: Restore dependencies cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit eef4fb1

Please sign in to comment.