From 567cada7e7610a2a1eda72afcc351cb8e162855f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 02:27:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.1 --- actions/main/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/main/action.yml b/actions/main/action.yml index ea316b60..4c31ecec 100644 --- a/actions/main/action.yml +++ b/actions/main/action.yml @@ -84,7 +84,7 @@ runs: - if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }} name: Cache pip cache id: cache-pip - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ~/.cache/pip/ key: ${{ runner.os }}-pip