diff --git a/.github/workflows/unix.yml b/.github/workflows/unix.yml index a50b8c96..58acbd55 100644 --- a/.github/workflows/unix.yml +++ b/.github/workflows/unix.yml @@ -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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index abab5061..a5561598 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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