File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
31
31
with :
32
32
limit-access-to-actor : true
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v3
34
34
id : cache
35
35
with :
36
36
path : ${{ env.pythonLocation }}
53
53
- name : Install Material for MkDocs Insiders
54
54
if : github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
55
55
run : python -m poetry run pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
56
- - uses : actions/cache@v2
56
+ - uses : actions/cache@v3
57
57
with :
58
58
key : mkdocs-cards-${{ github.ref }}
59
59
path : .cache
Original file line number Diff line number Diff line change 26
26
if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
27
27
with :
28
28
limit-access-to-actor : true
29
- - uses : actions/cache@v2
29
+ - uses : actions/cache@v3
30
30
id : cache
31
31
with :
32
32
path : ${{ env.pythonLocation }}
Original file line number Diff line number Diff line change 33
33
if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
34
34
with :
35
35
limit-access-to-actor : true
36
- - uses : actions/cache@v2
36
+ - uses : actions/cache@v3
37
37
id : cache
38
38
with :
39
39
path : ${{ env.pythonLocation }}
You can’t perform that action at this time.
0 commit comments