Skip to content

Commit

Permalink
more recent actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscrsmith authored and petrelharp committed Aug 19, 2023
1 parent 01c5ce8 commit 3c26567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
CONDA_ENV_NAME: stdpopsim
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: cancel previous runs
uses: styfle/[email protected]
Expand All @@ -46,7 +45,7 @@ jobs:
- name: cache conda
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
# Increase this to reset the cache if the key hasn't changed.
CACHE_NUM: 5
Expand Down

0 comments on commit 3c26567

Please sign in to comment.