From a1e092a7a2449d39d7dd7153d3f519d94e9f9da5 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 1 Feb 2023 18:33:54 -0800 Subject: [PATCH] CI: Update Actions Fix warnings in CI by upgrading deprecated action version. --- .github/workflows/unix.yml | 4 ++-- .github/workflows/windows.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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