Skip to content

Commit 4dfc05f

Browse files
committed
CI version bumps
1 parent 3603368 commit 4dfc05f

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@v3
26+
uses: actions/checkout@v4.1.6
2727
with:
2828
submodules: recursive
2929

@@ -34,12 +34,12 @@ jobs:
3434
cmake-version: '3.19.x'
3535

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

4141
- name: Setup Graphviz
42-
uses: ts-graphviz/setup-graphviz@v1
42+
uses: ts-graphviz/setup-graphviz@v2.0.2
4343

4444
- name: Install Python dependencies
4545
if: contains( matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)