Skip to content

Commit f5c0c2b

Browse files
chore(deps): update actions/setup-python action to v3 (freeCodeCamp#45330)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d96ab11 commit f5c0c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codesee-diagram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache: npm
4848

4949
- name: Configure Python 3.x
50-
uses: actions/setup-python@v2
50+
uses: actions/setup-python@v3
5151
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
5252
with:
5353
python-version: '3.x'

0 commit comments

Comments
 (0)