From e8f8391a1928e57e81bf19e3ca4ed20dea35e391 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 18 Apr 2024 15:51:51 -0400 Subject: [PATCH] Use latest actions/cache. --- start/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/action.yml b/start/action.yml index b9511d9..365eec9 100644 --- a/start/action.yml +++ b/start/action.yml @@ -14,7 +14,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.0.2 with: path: ~/.cache/pip key: jetstream2-admin-${{ runner.os }}-pip-v1.2.2-${{ hashFiles('**/requirements.txt') }}