Skip to content

Commit

Permalink
Update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Dec 16, 2024
1 parent 5af038f commit e7f04e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- name: Cache NONMEM
id: cache-nonmem
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: 751.zip
key: nonmem-751
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: targz
- name: Cache NONMEM
id: cache-nonmem
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: 751.zip
key: nonmem-751
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
uses: r-lib/actions/setup-pandoc@v1
- name: Get NONMEM
id: cache-nonmem
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: 751.zip
key: nonmem-751
Expand Down

0 comments on commit e7f04e8

Please sign in to comment.