File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-20.04
36
36
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
40
40
# FIXME: remove this time consuming step once github stops
41
41
# providing a broken package index, see
74
74
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
75
75
- name : upload HTML for deploy
76
76
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish' }}
77
- uses : actions/upload-artifact@v2
77
+ uses : actions/upload-artifact@v3
78
78
with :
79
79
name : html
80
80
path : _build/html
87
87
# download the build result from the same workflow
88
88
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
89
89
- name : download HTML
90
- uses : actions/download-artifact@v2
90
+ uses : actions/download-artifact@v3
91
91
with :
92
92
name : html
93
93
path : html
@@ -106,7 +106,7 @@ jobs:
106
106
# Makefile downgrades the Sphinx warnings, they are not errors any more
107
107
env : {LAX: 1}
108
108
steps :
109
- - uses : actions/checkout@v2
109
+ - uses : actions/checkout@v3
110
110
111
111
# FIXME: remove this time consuming step once github stops
112
112
# providing a broken package index, see
Original file line number Diff line number Diff line change 19
19
name : woke check for all file
20
20
runs-on : ubuntu-20.04
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : woke
24
24
uses : get-woke/woke-action@v0
25
25
with :
Original file line number Diff line number Diff line change 21
21
name : woke check for patch
22
22
runs-on : ubuntu-20.04
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- uses : get-woke/woke-action-reviewdog@v0
26
26
with :
27
27
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments