diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml index c025fc4..3fcd54e 100644 --- a/.github/workflows/codesee-arch-diagram.yml +++ b/.github/workflows/codesee-arch-diagram.yml @@ -39,7 +39,7 @@ jobs: node-version: '14' - name: Configure Python 3.x - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }} with: python-version: '3.x'