Skip to content

Commit

Permalink
CI: Update Actions
Browse files Browse the repository at this point in the history
Fix warnings in CI by upgrading deprecated action version.
  • Loading branch information
ax3l committed Feb 2, 2023
1 parent bffb850 commit a1e092a
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 a1e092a

Please sign in to comment.