Skip to content

Commit

Permalink
Merge pull request #254 from wtsi-npg/kjsanger-patch-3
Browse files Browse the repository at this point in the history
Move from cache@v2 to @V3
  • Loading branch information
kjsanger committed May 3, 2023
2 parents 79d865a + e24b438 commit 10b8d80
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 @@ -32,7 +32,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Cache conda modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-conda-modules
with:
Expand Down

0 comments on commit 10b8d80

Please sign in to comment.