Skip to content

Commit

Permalink
Merge pull request #116 from orbit-apps/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.0.2

Bump actions/cache from 3.3.1 to 4.0.2
  • Loading branch information
freemer authored Jul 22, 2024
2 parents 0966d3d + 7e333f8 commit 0a7bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Cache dialyzer plts
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: priv/plts
key: ${{runner.os}}-${{matrix.otp}}-${{matrix.elixir}}-plts
Expand Down

0 comments on commit 0a7bc55

Please sign in to comment.