Skip to content

Commit

Permalink
Merge pull request #14 from swanserquack/renovate/actions-setup-pytho…
Browse files Browse the repository at this point in the history
…n-5.x

Update actions/setup-python action to v5
  • Loading branch information
swanserquack authored Dec 7, 2023
2 parents 6ec40d2 + 6bea0fa commit cd750dd
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 @@ -42,7 +42,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 cd750dd

Please sign in to comment.