From 50db7f871a33d430c46445163e0f85246a709a5a Mon Sep 17 00:00:00 2001 From: Michael Burt Date: Wed, 8 Jan 2025 12:53:24 -0700 Subject: [PATCH] Upgrade Actions to v4 due to Deprecation of v2 (#325) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2148b3..a1efc74 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: "0" - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: # In order: # * Module download cache @@ -79,7 +79,7 @@ jobs: version: 'v3.7.0' id: install - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: # In order: # * Module download cache