We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8a439 commit 088e502Copy full SHA for 088e502
.github/workflows/ci-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
mix_hash="${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}"
57
echo "mix_hash=$mix_hash" >> $GITHUB_ENV
58
- name: Cache PLT files
59
- uses: actions/cache@v3
+ uses: actions/cache@v4
60
with:
61
path: |
62
_build/dev/*.plt
0 commit comments