File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
os : [ubuntu-latest]
13
13
gcc_v : [9,10,11,12] # gfortran versions to test
14
- python-version : [3.9 ]
14
+ python-version : [3.12 ]
15
15
env :
16
16
FC : gfortran-${{ matrix.gcc_v }}
17
17
GCC_V : ${{ matrix.gcc_v }}
24
24
25
25
- name : Install Python
26
26
if : contains( matrix.gcc_v, 10 )
27
- uses : actions/setup-python@v4 # Use pip to install latest CMake, & FORD/Jin2For, etc.
27
+ uses : actions/setup-python@v5.4.0 # Use pip to install latest CMake, & FORD/Jin2For, etc.
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
33
33
uses : ts-graphviz/setup-graphviz@v1
34
34
35
35
- name : Setup Fortran Package Manager
36
- uses : fortran-lang/setup-fpm@v5
36
+ uses : fortran-lang/setup-fpm@v7
37
37
with :
38
38
github-token : ${{ secrets.GITHUB_TOKEN }}
39
39
81
81
82
82
- name : Deploy Documentation
83
83
if : contains( matrix.gcc_v, 10 ) && github.ref == 'refs/heads/master'
84
- uses : JamesIves/github-pages-deploy-action@v4.4.1
84
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
85
85
with :
86
86
branch : gh-pages # The branch the action should deploy to.
87
87
folder : doc # The folder the action should deploy.
88
+ single-commit : true
You can’t perform that action at this time.
0 commit comments