Skip to content

Commit f180af1

Browse files
committed
Chnages proposed by @henilp105
1 parent 48c3885 commit f180af1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v4
3939

4040
- name: Set up Python 3.x
41-
uses: actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc.
41+
uses: actions/setup-python@v5 # Use pip to install latest CMake, & FORD/Jin2For, etc.
4242
with:
4343
python-version: 3.x
4444

@@ -108,10 +108,10 @@ jobs:
108108

109109
steps:
110110
- name: Checkout code
111-
uses: actions/checkout@v2
111+
uses: actions/checkout@v4
112112

113113
- name: Set up Python 3.x
114-
uses: actions/setup-python@v1
114+
uses: actions/setup-python@v5
115115
with:
116116
python-version: 3.x
117117

@@ -177,10 +177,10 @@ jobs:
177177

178178
steps:
179179
- name: Checkout code
180-
uses: actions/checkout@v2
180+
uses: actions/checkout@v4
181181

182182
- name: Set up Python 3.x
183-
uses: actions/setup-python@v1
183+
uses: actions/setup-python@v5
184184
with:
185185
python-version: 3.x
186186

0 commit comments

Comments
 (0)