Skip to content

Commit fbd4c49

Browse files
Merge pull request #5 from Standard-Query-Language/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5
2 parents 23a1126 + e3ebb7c commit fbd4c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.x
2020

0 commit comments

Comments
 (0)