File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 version-type : strict
1818
1919 - name : Fetch dependencies from cache
20- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
20+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2121 id : cached-deps
2222 with :
2323 path : |
3131 OTP_VERSION : ${{ steps.setup-beam.outputs.otp-version }}
3232
3333 - name : Fetch workspace from cache
34- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
34+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3535 id : cached-workspace
3636 with :
3737 path : |
4141 OTP_VERSION : ${{ steps.setup-beam.outputs.otp-version }}
4242
4343 - name : Fetch PLT from cache
44- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
44+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4545 id : cached-plt
4646 with :
4747 path : |
You can’t perform that action at this time.
0 commit comments