Skip to content

Commit

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

Bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
freemer authored Oct 23, 2024
2 parents 873e5a5 + 6acec64 commit e9b716a
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@v4.0.2
uses: actions/cache@v4.1.2
with:
path: priv/plts
key: ${{runner.os}}-${{matrix.otp}}-${{matrix.elixir}}-plts
Expand Down

0 comments on commit e9b716a

Please sign in to comment.