Skip to content

Commit

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

Bump actions/cache from 3.0.3 to 3.0.4
  • Loading branch information
niknetniko authored Jul 21, 2022
2 parents 933574f + 75fba3d commit 8c141a3
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 @@ -48,7 +48,7 @@ jobs:
elixir-version: '1.12.3' # Define the elixir version [required]
otp-version: '24.1' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.4
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit 8c141a3

Please sign in to comment.