From a696dd319309b86593b6084caa0d06cb2339aed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:58:05 +0100 Subject: [PATCH] Bump actions/cache from 4.1.2 to 4.2.0 in /.github/actions/slack-file-upload in the catch-all group (#832) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giovanni Toraldo <71768+gionn@users.noreply.github.com> --- .github/actions/slack-file-upload/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/slack-file-upload/action.yml b/.github/actions/slack-file-upload/action.yml index 117705472..cbcb32af1 100644 --- a/.github/actions/slack-file-upload/action.yml +++ b/.github/actions/slack-file-upload/action.yml @@ -29,7 +29,7 @@ runs: shell: bash run: cp ${{ github.action_path }}/requirements.txt requirements-slack.txt - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements-slack.txt') }}