From b3ab345b1e422eb62ee4cd68bba38d0df1dcc02a Mon Sep 17 00:00:00 2001 From: stephann <3025661+stephannv@users.noreply.github.com> Date: Sat, 7 Sep 2024 11:18:39 -0300 Subject: [PATCH] ci: Upgrade actions/cache to v4 --- .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 6f7cdf1..c0b712e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: crystal-lang/install-crystal@v1 - name: Cache Shards - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./lib