From e7f04e8ec6e58d1399fa2a0d94c9833687175c4a Mon Sep 17 00:00:00 2001 From: Rikard Nordgren Date: Mon, 16 Dec 2024 08:49:30 +0100 Subject: [PATCH] Update actions/cache --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00d16e42..6fc3433b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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