Skip to content

Commit 5115b45

Browse files
Update actions/setup-python action to v5
1 parent de597f0 commit 5115b45

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)