Skip to content

Commit

Permalink
CI: Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Dec 17, 2022
1 parent d36a853 commit 0d99f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-2019"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Cache conda
uses: actions/cache@v2
uses: actions/cache@v3
env:
CACHE_NUMBER: 0
with:
Expand Down

0 comments on commit 0d99f36

Please sign in to comment.