Skip to content

Commit

Permalink
Merge pull request #89 from marceldegraaf/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
  • Loading branch information
niknetniko authored Apr 2, 2024
2 parents d788cc6 + 7ba273f commit ddcd91f
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 @@ -53,7 +53,7 @@ jobs:
elixir-version: '1.14.4' # Define the elixir version [required]
otp-version: '25.3' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit ddcd91f

Please sign in to comment.