File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
- name : Check cached version info to see if current commit has been built before
58
58
id : restore-cache-macvim-commit
59
59
if : ${{ github.event_name != 'workflow_dispatch' }}
60
- uses : actions/cache/restore@v3
60
+ uses : actions/cache/restore@v4
61
61
with :
62
62
path : ${{ github.workspace }}/macvim-built-commit.txt
63
63
key : macvim-built-commit-${{ steps.setup-env-vars.outputs.docs_commit}}-${{ steps.setup-env-vars.outputs.macvim_commit }}
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Update cache with commit version info
129
129
id : save-cache-macvim-commit
130
- uses : actions/cache/save@v3
130
+ uses : actions/cache/save@v4
131
131
if : ${{ needs.build.outputs.macvim_commit_cache_hit != 'true' && github.event_name != 'workflow_dispatch' }}
132
132
with :
133
133
path : ${{ github.workspace }}/macvim-built-commit.txt
You can’t perform that action at this time.
0 commit comments