From b29f370cb322ed6a3e1b672226cae2b0e1c89a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:05:01 -0800 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.0 (#3131) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/demo-production-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo-production-deploy.yml b/.github/workflows/demo-production-deploy.yml index b313b559c1..ea7f31767b 100644 --- a/.github/workflows/demo-production-deploy.yml +++ b/.github/workflows/demo-production-deploy.yml @@ -72,7 +72,7 @@ jobs: with: ruby-version: '3.3' bundler-cache: true - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.1.0 with: path: demo/gemfiles/vendor/bundle key: gems-build-kuby-main-ruby-3.3.x-${{ hashFiles('demo/gemfiles/kuby.gemfile.lock') }}