Skip to content

Commit 6606caa

Browse files
committed
CI updates
1 parent 55a8349 commit 6606caa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}
@@ -24,7 +24,7 @@ jobs:
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

@@ -33,7 +33,7 @@ jobs:
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

@@ -81,7 +81,8 @@ jobs:
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

0 commit comments

Comments
 (0)