From dfb04c75594ae5df6fc9e42ef498e971145785d0 Mon Sep 17 00:00:00 2001 From: charles <17158847+charlrvd@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:24:01 -0500 Subject: [PATCH] chore(OPS-265): update deprecated cache action --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index f2f57a8..d206921 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -21,10 +21,10 @@ jobs: uses: actions/checkout@v2 - name: Create LFS file list - run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id + run: git lfs ls-files -l | cut -d ' ' -f1 | sort > .lfs-assets-id - name: Restore LFS cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: lfs-cache with: path: .git/lfs @@ -34,7 +34,7 @@ jobs: run: git lfs pull - name: Go cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: # In order: # * Module download cache