From e09dabc38d28f91182536113c344f9632c96a3ad Mon Sep 17 00:00:00 2001 From: Avri Schneider Date: Thu, 2 Mar 2023 00:05:46 +0200 Subject: [PATCH] Pin action to a commit sha --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a25b9da..87f8708 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: shell: bash - run: python -m pip freeze --local shell: bash - - uses: actions/cache@v3 + - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # actions/cache@v3.2.6 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}