We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b0e4f5 + a9e8c2a commit b78bd89Copy full SHA for b78bd89
1 file changed
.github/workflows/push.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v6
12
13
- name: Cache dialyzer plts
14
- uses: actions/cache@v4
+ uses: actions/cache@v5
15
with:
16
path: priv/plts
17
key: ${{runner.os}}-${{hashFiles('**/.tool-versions')}}-plts
0 commit comments