From f5c0c2bf7a5fdbaf86cdb76e2e63834beb6678c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:43:37 +0530 Subject: [PATCH] chore(deps): update actions/setup-python action to v3 (#45330) Co-authored-by: Renovate Bot --- .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 82dbfec5b0..4ea77ea70b 100644 --- a/.github/workflows/codesee-diagram.yml +++ b/.github/workflows/codesee-diagram.yml @@ -47,7 +47,7 @@ jobs: cache: npm - name: Configure Python 3.x - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }} with: python-version: '3.x'