Skip to content

Commit

Permalink
Merge pull request #25 from Frost/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4
  • Loading branch information
Frost authored Jan 23, 2024
2 parents 8aa4e5c + 327a640 commit 6f5992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
elixir-version: '1.15.2' # Define the elixir version [required]
otp-version: '26.0.2' # Define the OTP version [required]
- 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 6f5992f

Please sign in to comment.