Skip to content

Commit

Permalink
Merge pull request #100 from marceldegraaf/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
niknetniko authored Jan 2, 2025
2 parents 733d4a9 + 6712961 commit 39a0802
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/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit 39a0802

Please sign in to comment.