Skip to content

Commit 1939fec

Browse files
authored
Merge pull request #356 from ax3l/ci-update-actions
CI: Update Actions
2 parents bbc5d6b + a1e092a commit 1939fec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Cache conda
19-
uses: actions/cache@v2
19+
uses: actions/cache@v3
2020
# Increase this value to reset cache
2121
env: {CACHE_NUMBER: 0}
2222
with:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install cython numpy scipy h5py openpmd-api matplotlib jupyter pytest pyflakes wget

0 commit comments

Comments
 (0)