From caeb9d35a3cac55037968d2764d90036bc3429ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 01:59:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to b55428b --- .github/workflows/codesee-diagram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codesee-diagram.yml b/.github/workflows/codesee-diagram.yml index 1f8b579bc9d..d5849fd7a65 100644 --- a/.github/workflows/codesee-diagram.yml +++ b/.github/workflows/codesee-diagram.yml @@ -45,7 +45,7 @@ jobs: node-version: '16' - name: Configure Python 3.x - uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08 # tag=v4 + uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4 if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }} with: python-version: '3.x'