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 1111 matrix :
1212 os : [ubuntu-latest]
1313 gcc_v : [9,10,11,12] # gfortran versions to test
14- python-version : [3.9 ]
14+ python-version : [3.12 ]
1515 env :
1616 FC : gfortran-${{ matrix.gcc_v }}
1717 GCC_V : ${{ matrix.gcc_v }}
2424
2525 - name : Install Python
2626 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.
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
3333 uses : ts-graphviz/setup-graphviz@v1
3434
3535 - name : Setup Fortran Package Manager
36- uses : fortran-lang/setup-fpm@v5
36+ uses : fortran-lang/setup-fpm@v7
3737 with :
3838 github-token : ${{ secrets.GITHUB_TOKEN }}
3939
8181
8282 - name : Deploy Documentation
8383 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
8585 with :
8686 branch : gh-pages # The branch the action should deploy to.
8787 folder : doc # The folder the action should deploy.
88+ single-commit : true
You can’t perform that action at this time.
0 commit comments