From a400ff2f525a2b373a2aaa8e70bf74c0f81f062c Mon Sep 17 00:00:00 2001 From: technique-ci Date: Tue, 11 Feb 2025 15:12:11 +0000 Subject: [PATCH] chore(ci): update actions/cache to 4.2.0 --- .github/actions/test-plugins/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-plugins/action.yml b/.github/actions/test-plugins/action.yml index bbcf5bfd7..c015c5d8b 100644 --- a/.github/actions/test-plugins/action.yml +++ b/.github/actions/test-plugins/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: get the cached plugin - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57# v4.2.0 with: path: ./*.${{ inputs.package-extension }} key: ${{ inputs.cache-key }}