Skip to content

Commit

Permalink
Merge pull request #62 from brunojppb/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
brunojppb authored Jan 14, 2025
2 parents c375190 + 2d9f92d commit 57122dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
elixir-version: ${{ steps.tool-versions.outputs.elixir }}

- name: Fetch cached dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: mix-cache
with:
path: |
Expand Down

0 comments on commit 57122dc

Please sign in to comment.