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@v3
26
+ uses : actions/checkout@v4.1.6
27
27
with :
28
28
submodules : recursive
29
29
@@ -34,12 +34,12 @@ jobs:
34
34
cmake-version : ' 3.19.x'
35
35
36
36
- name : Install Python
37
- uses : actions/setup-python@v4 # Use pip to install latest CMake, & FORD/Jin2For, etc.
37
+ uses : actions/setup-python@v5.1.0 # Use pip to install latest CMake, & FORD/Jin2For, etc.
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
41
41
- name : Setup Graphviz
42
- uses : ts-graphviz/setup-graphviz@v1
42
+ uses : ts-graphviz/setup-graphviz@v2.0.2
43
43
44
44
- name : Install Python dependencies
45
45
if : contains( matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments