Skip to content

Commit

Permalink
upgrade actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacia committed Dec 12, 2024
1 parent ac36964 commit a5a7284
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 @@ -54,7 +54,7 @@ jobs:
mix local.hex --force
mix deps.get --only dev
- name: plt cache
uses: actions/cache@v1.1.0
uses: actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-plt-${{ env.GITHUB_REF }}
Expand Down

0 comments on commit a5a7284

Please sign in to comment.