From 35a3ae4c198471dbaa69609404e6e32fdb7c4d75 Mon Sep 17 00:00:00 2001 From: Rafael Oliveira <24792458+rexrafa@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:12:48 -0300 Subject: [PATCH] chore: update actions/cache versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45bd48de..3da4c3e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '13.2.1' - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: carthage-cache with: path: Carthage