Skip to content

Commit

Permalink
Merge pull request #29 from kurtraschke/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
kurtraschke authored Jan 17, 2024
2 parents c7cc5b7 + 9390a0c commit 6708084
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 @@ -35,7 +35,7 @@ jobs:
elixir-version: '1.14.5' # Define the elixir version [required]
otp-version: '25.3.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 6708084

Please sign in to comment.