Skip to content

Commit

Permalink
Merge pull request wtsi-npg#883 from wtsi-npg/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
jmtcsngr authored Oct 1, 2024
2 parents dd10f41 + 009746b commit 0ee7a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: "Cache Conda"
id: minicondaCache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/conda/pkgs
Expand All @@ -67,7 +67,7 @@ jobs:
- name: "Cache Perl"
id: cache-perl
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.PERL_CACHE }}
key: ${{ runner.os }}-${{ matrix.perl }}-perl
Expand Down

0 comments on commit 0ee7a93

Please sign in to comment.