Skip to content

Commit d67091b

Browse files
committed
CI: update checkout and cache versions
1 parent ca5e508 commit d67091b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
FPM_CC: gcc
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4.2.2
3131
with:
3232
submodules: recursive
3333

3434
- name: Cache GFortran install
3535
if: ${{ contains(matrix.os, 'windows') }}
3636
id: cache
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4.2.2
3838
with:
3939
path: ./mingw-w64
4040
key: gcc-${{ matrix.gcc }}-${{ matrix.os }}
@@ -164,12 +164,12 @@ jobs:
164164

165165
steps:
166166
- name: Checkout code
167-
uses: actions/checkout@v2
167+
uses: actions/checkout@v4.2.2
168168

169169
- name: Cache GFortran install
170170
if: ${{ contains(matrix.os, 'windows') }}
171171
id: cache
172-
uses: actions/cache@v2
172+
uses: actions/cache@v4.2.2
173173
with:
174174
path: ./mingw-w64
175175
key: gcc-${{ matrix.gcc }}-${{ matrix.os }}
@@ -265,7 +265,7 @@ jobs:
265265
DEPLOY_BRANCH: ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
266266

267267
- name: Checkout code
268-
uses: actions/checkout@v2
268+
uses: actions/checkout@v4.2.2
269269
with:
270270
submodules: recursive
271271

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
sdist:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4.2.2
1010
- name: Reorganize repository
1111
run: |
1212
git config user.email ""

0 commit comments

Comments
 (0)