Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
aliciaaevans and martin-g authored Mar 27, 2024
1 parent 2f6076a commit a127b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
max-parallel: 13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Restore cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /opt/mambaforge
key: ${{ runner.os }}--bulk--${{ hashFiles('install-and-set-up-conda.sh', 'common.sh', 'configure-conda.sh') }}
Expand Down

0 comments on commit a127b05

Please sign in to comment.