Skip to content

Commit b971a4e

Browse files
authored
Merge pull request #45 from devcer/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents de597f0 + 5115b45 commit b971a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codesee-arch-diagram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: '14'
4040

4141
- name: Configure Python 3.x
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v5
4343
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
4444
with:
4545
python-version: '3.x'

0 commit comments

Comments
 (0)