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 2323 run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2424
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4.1.6
2727 with :
2828 submodules : recursive
2929
@@ -34,12 +34,12 @@ jobs:
3434 cmake-version : ' 3.19.x'
3535
3636 - 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.
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040
4141 - name : Setup Graphviz
42- uses : ts-graphviz/setup-graphviz@v1
42+ uses : ts-graphviz/setup-graphviz@v2.0.2
4343
4444 - name : Install Python dependencies
4545 if : contains( matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments