Skip to content

Commit dd15db7

Browse files
Merge pull request #535 from jacobwilliams/ci-fix
Ci fix
2 parents 6a62a4d + e9941e3 commit dd15db7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest]
12+
os: [ubuntu-20.04]
1313
gcc_v: [7,8,9,10] # Version of GFortran we want to use.
1414
python-version: [3.9]
1515
env:
@@ -23,18 +23,18 @@ jobs:
2323
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2424

2525
- name: Checkout code
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
with:
2828
submodules: recursive
2929

3030
- name: Setup cmake
3131
if: contains( matrix.gcc_v, 9 )
32-
uses: jwlawson/actions-setup-cmake@v1.8
32+
uses: jwlawson/actions-setup-cmake@v1.13
3333
with:
3434
cmake-version: '3.19.x'
3535

3636
- name: Install Python
37-
uses: actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc.
37+
uses: actions/setup-python@v4 # Use pip to install latest CMake, & FORD/Jin2For, etc.
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Deploy documentation for tagged release
114114
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
115-
uses: JamesIves/[email protected].3
115+
uses: JamesIves/github-pages-deploy-action@v4.4.1
116116
with:
117117
branch: gh-pages # The branch the action should deploy to.
118118
folder: doc # The folder the action should deploy.

0 commit comments

Comments
 (0)