From ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc Mon Sep 17 00:00:00 2001 From: Yossi Rozantsev <54272821+Apakottur@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:46:15 +0300 Subject: [PATCH] Update action.yml (#99) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a15d491..a6b1485 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: ruby-version: 3.2 # Not needed with a .ruby-version file - name: Cache Ruby Gems - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ github.action_path }} key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}