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 23
23
run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
24
24
25
25
- name : Checkout code
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
27
27
with :
28
28
submodules : recursive
29
29
34
34
cmake-version : ' 3.19.x'
35
35
36
36
- name : Install Python
37
- uses : actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc.
37
+ uses : actions/setup-python@v4 # Use pip to install latest CMake, & FORD/Jin2For, etc.
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
- name : Deploy documentation for tagged release
114
114
if : matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
115
- uses :
JamesIves/[email protected] .3
115
+ uses : JamesIves/github-pages-deploy-action@v4. 4.1
116
116
with :
117
117
branch : gh-pages # The branch the action should deploy to.
118
118
folder : doc # The folder the action should deploy.
You can’t perform that action at this time.
0 commit comments