Skip to content

Commit

Permalink
Merge pull request #85 from volcain-io/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
volcain-io authored Dec 18, 2023
2 parents b61f5cf + e81f2ac commit 6ee571f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
node-version: '14'

- name: Configure Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
with:
python-version: '3.10'
Expand Down

0 comments on commit 6ee571f

Please sign in to comment.