Skip to content

Commit dd2c74e

Browse files
committed
updated some CI actions versions
1 parent fba8e5e commit dd2c74e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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

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