Skip to content

Commit

Permalink
Merge pull request #356 from ax3l/ci-update-actions
Browse files Browse the repository at this point in the history
CI: Update Actions
  • Loading branch information
RemiLehe committed Feb 2, 2023
2 parents bbc5d6b + a1e092a commit 1939fec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache conda
uses: actions/cache@v2
uses: actions/cache@v3
# Increase this value to reset cache
env: {CACHE_NUMBER: 0}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install cython numpy scipy h5py openpmd-api matplotlib jupyter pytest pyflakes wget
Expand Down

0 comments on commit 1939fec

Please sign in to comment.