Skip to content

Commit 0149db3

Browse files
Update actions/setup-python action to v6
1 parent dedb4f4 commit 0149db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v5
42+
uses: actions/setup-python@v6
4343
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
4444
with:
4545
python-version: '3.x'

0 commit comments

Comments
 (0)